From e71101ff422493489d1f7da9c2b638fa7b24299b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 6 Jan 2011 18:21:31 +0000 Subject: [PATCH] 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 --- configure.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 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} -- 1.7.2.3