diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-06 18:21:31 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-14 15:18:19 +0000 |
commit | 5b6369d783e3415561c13a6b03bb17c06b90824e (patch) | |
tree | 83859a043f4c34c6b34915ad779c395d74cd0bfe /configure.in | |
parent | e870df7b82c3edd2f292ce657ad9d6e302e37ba2 (diff) | |
download | dbus-5b6369d783e3415561c13a6b03bb17c06b90824e.tar.gz dbus-5b6369d783e3415561c13a6b03bb17c06b90824e.tar.bz2 dbus-5b6369d783e3415561c13a6b03bb17c06b90824e.zip |
Remove vestigial support for $INTLLIBS
We no longer call AM_GLIB_GNU_GETTEXT or use gettext directly.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25306
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 842a359b..b0ba4637 100644 --- a/configure.in +++ b/configure.in @@ -1038,7 +1038,7 @@ AC_SUBST(DBUS_CLIENT_CFLAGS) AC_SUBST(DBUS_CLIENT_LIBS) DBUS_BUS_CFLAGS="$XML_CFLAGS" -DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $INTLLIBS $THREAD_LIBS $ADT_LIBS $NETWORK_libs" +DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $THREAD_LIBS $ADT_LIBS $NETWORK_libs" AC_SUBST(DBUS_BUS_CFLAGS) AC_SUBST(DBUS_BUS_LIBS) @@ -1697,7 +1697,6 @@ echo " Building XML docs: ${enable_xml_docs} Building cache support: ${enable_userdb_cache} Building launchd support: ${have_launchd} - Gettext libs (empty OK): ${INTLLIBS} Using XML parser: ${with_xml} Init scripts style: ${with_init_scripts} Abstract socket names: ${ac_cv_have_abstract_sockets} |