From 1ff66b77107890daea113e856341f8bf54e29230 Mon Sep 17 00:00:00 2001 From: martin-s Date: Wed, 12 May 2010 13:58:20 +0000 Subject: Fix:Build:Too many x git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3240 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 24a8570cc..bc8ea6972 100644 --- a/configure.in +++ b/configure.in @@ -576,7 +576,7 @@ if test "x${binding_dbus}" = "xyes" ; then speech_dbus="yes" speech_dbus_reason="dbus binding present" fi -if text "x${binding_dbus_use_system_bus}" = "xyes" ; then +if test "x${binding_dbus_use_system_bus}" = "xyes" ; then AC_DEFINE(DBUS_USE_SYSTEM_BUS, 1, [Use system bus instead of session bus for binding dbus]) fi AC_SUBST(DBUS_CFLAGS) -- cgit v1.2.1