From: martin-s Date: Fri, 24 Oct 2008 16:59:33 +0000 (+0000) Subject: Fix:Core:Use correct check for speech_cmdline X-Git-Tag: navit-0.5.0.5194svn~3602 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f7930f0bbe1aa86abaedc8e3895ba5816cca9cc;p=profile%2Fivi%2Fnavit.git Fix:Core:Use correct check for speech_cmdline git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1555 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/configure.in b/navit/configure.in index 3b0dc61..cdc14e6 100644 --- a/navit/configure.in +++ b/navit/configure.in @@ -101,7 +101,6 @@ if test "x${glib}" = "xyes"; then else GLIB_CFLAGS="-I\$(top_srcdir)/navit/support -I\$(top_srcdir)/navit/support/glib -I\$(top_srcdir)/navit/support/ezxml" GLIB_LIBS="-L\$(top_builddir)/navit/support/glib -lsupport_glib -L\$(top_builddir)/navit/support/ezxml -lsupport_ezxml" - speech_cmdline=no; speech_cmdline_reason="not yet supported without glib" vehicle_demo=no; vehicle_demo_reason="not yet supported without glib" vehicle_file=no; vehicle_file_reason="not yet supported without glib" fi @@ -169,7 +168,7 @@ AC_TRY_LINK([#include ], [fsync(0);],AC_MSG_RESULT(yes);AC_DEFINE(HAVE # system AC_MSG_CHECKING(for system) -AC_TRY_LINK([#include ], [system("/bin/true");],AC_MSG_RESULT(yes);AC_DEFINE(HAVE_SYSTEM, 1, [Define to 1 if you have the `system' function.]),AC_MSG_RESULT(no)) +AC_TRY_LINK([#include ], [system("/bin/true");],AC_MSG_RESULT(yes);AC_DEFINE(HAVE_SYSTEM, 1, [Define to 1 if you have the `system' function.]),speech_cmdline=no; speech_cmdline_reason="not supported without system()"; AC_MSG_RESULT(no)) AC_ARG_ENABLE(directfb, [ --enable-directfb enable directfb gui and graphics], MODULE_DIRECTFB=$enableval, MODULE_DIRECTFB=no)