From: Simon McVittie Date: Thu, 6 Jan 2011 18:21:31 +0000 (+0000) Subject: Remove vestigial support for $INTLLIBS X-Git-Tag: dbus-1.4.4~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b6369d783e3415561c13a6b03bb17c06b90824e;p=platform%2Fupstream%2Fdbus.git 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 --- diff --git a/configure.in b/configure.in index 842a359..b0ba463 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}