mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4 heimdal: Link libintl correctly
This commit is contained in:
parent
662f996b15
commit
eb5efd1978
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user