diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-30 16:52:08 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:18 +1000 |
commit | 20a8574717aef8f946ac9d8f3284e7318eeb9bf8 (patch) | |
tree | da8eb809f200f5974114996f4a2f48768e91f659 /source4/heimdal_build | |
parent | 0a6a808113a2417306f99080708fbc160856ed7e (diff) | |
download | samba-20a8574717aef8f946ac9d8f3284e7318eeb9bf8.tar.gz samba-20a8574717aef8f946ac9d8f3284e7318eeb9bf8.tar.bz2 samba-20a8574717aef8f946ac9d8f3284e7318eeb9bf8.zip |
s4-waf: look in libintl for dgettext()
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 2 | ||||
-rw-r--r-- | source4/heimdal_build/wscript_configure | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index e3aeae9f2c..c70e719e43 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -309,7 +309,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_KRB5', heimdal_autoproto='../heimdal/lib/krb5/krb5-protos.h', heimdal_autoproto_options='-E KRB5_LIB -q -P comment -o', heimdal_autoproto_private='../heimdal/lib/krb5/krb5-private.h', - deps='HEIMDAL_ROKEN HEIMDAL_PKINIT_ASN1 HEIMDAL_WIND HEIMDAL_KRB5_ASN1 HEIMDAL_HX509 HEIMDAL_HCRYPTO LIBNETIF LIBSAMBA-HOSTCONFIG INTL' + deps='HEIMDAL_ROKEN HEIMDAL_PKINIT_ASN1 HEIMDAL_WIND HEIMDAL_KRB5_ASN1 HEIMDAL_HX509 HEIMDAL_HCRYPTO LIBNETIF LIBSAMBA-HOSTCONFIG intl' ) diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 8d39561e77..1f0811969b 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -25,6 +25,8 @@ conf.CHECK_FUNCS_IN('''getnameinfo sendmsg socket getipnodebyname gethostent get 'socket nsl', checklibc=True) +conf.CHECK_FUNCS_IN('dgettext gettext', 'intl', headers='libintl.h') + conf.CHECK_FUNCS('iruserok') conf.CHECK_FUNCS('bswap16') |