From ec431ba52ff66b8f2f25fb865913dd2616bcc5d1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 11 Jul 2005 13:42:36 +0000 Subject: Configure DBUS correctly. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 44c1faad..6c1c0dac 100644 --- a/configure.ac +++ b/configure.ac @@ -305,7 +305,6 @@ if test x"yes" = x"$ac_cv_lib_dbus_1_dbus_bus_get" ; then if test x"ac_dbus" = x"yes" ; then AC_DEFINE([DBUS_ENABLE],1,[Found DBUS libraries]) fi - AM_CONDITIONAL([HAVE_DBUS], [test x"$ac_dbus" = x"yes"]) # Check for glib and dbus-glib, used by gpxlogger PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.2.0 ) @@ -316,6 +315,7 @@ if test x"yes" = x"$ac_cv_lib_dbus_1_dbus_bus_get" ; then AC_SUBST(DBUS_GLIB_CFLAGS) AC_SUBST(DBUS_GLIB_LIBS) fi +AM_CONDITIONAL([HAVE_DBUS], [test x"$ac_dbus" = x"yes"]) AC_OUTPUT(Makefile contrib/Makefile gpsd.spec) -- cgit v1.2.1