The branch, master has been updated via eb5efd1978acd38cf6cc97e067b5105743ca5469 (commit) from 662f996b1554508baf7344b8618f152c179f1680 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit eb5efd1978acd38cf6cc97e067b5105743ca5469 Author: Tim Prouty <tpro...@samba.org> Date: Tue Feb 24 23:38:42 2009 -0800 s4 heimdal: Link libintl correctly ----------------------------------------------------------------------- Summary of changes: source4/heimdal_build/internal.m4 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/heimdal_build/internal.m4 b/source4/heimdal_build/internal.m4 index 50a3c8a..a48777f 100644 --- a/source4/heimdal_build/internal.m4 +++ b/source4/heimdal_build/internal.m4 @@ -170,6 +170,12 @@ SMB_ENABLE(OPENPTY,YES) SMB_EXT_LIB(OPENPTY,[${OPENPTY_LIBS}],[${OPENPTY_CFLAGS}],[${OPENPTY_CPPFLAGS}],[${OPENPTY_LDFLAGS}]) +AC_CHECK_LIB_EXT(intl, INTL_LIBS, gettext) + +SMB_ENABLE(INTL,YES) + +SMB_EXT_LIB(INTL, $INTL_LIBS) + smb_save_LIBS=$LIBS RESOLV_LIBS="" LIBS="" -- Samba Shared Repository