[kmobiletools] branches/kmobiletools/kmobiletools-0.5
Marco Gulino
marco at kmobiletools.org
Sat Jun 2 10:35:54 CEST 2007
SVN commit 670631 by gulino:
Allowing more gammu versions
M +1 -1 configure.in.in
--- branches/kmobiletools/kmobiletools-0.5/configure.in.in #670630:670631
@@ -46,7 +46,7 @@
AC_ARG_WITH(gammu, AC_HELP_STRING([--without-gammu], [Build kmobiletools without gammu engine (default: check)]),
[with_gammu=$withval], [with_gammu=yes])
if test "$with_gammu" = "yes" ; then # gammu forced to disabled till it'll be completed
- PKG_CHECK_MODULES(GAMMU, gammu = 1.10.6, have_gammu=yes, have_gammu=no)
+ PKG_CHECK_MODULES(GAMMU, gammu >= 1.10.6, have_gammu=yes, have_gammu=no)
if test "x$have_gammu" = "xyes" ;then
AC_DEFINE(WITH_GAMMU, 1, [with GAMMU])
LIB_GAMMU="-lGammu"
More information about the kmobiletools
mailing list