summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-12 13:58:20 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-12 13:58:20 +0000
commit1ff66b77107890daea113e856341f8bf54e29230 (patch)
treee5470c15e4e8b8b70285d2ad2b0d756e05a2c87e /configure.in
parent7d9fd2ee256f1ec64812c94b523b9e4d0b3ee388 (diff)
downloadnavit-1ff66b77107890daea113e856341f8bf54e29230.tar.gz
Fix:Build:Too many x
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3240 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)