From: <ren...@us...> - 2008-02-01 19:22:15
|
Revision: 914 http://gmyth.svn.sourceforge.net/gmyth/?rev=914&view=rev Author: renatofilho Date: 2008-02-01 11:22:17 -0800 (Fri, 01 Feb 2008) Log Message: ----------- fixed gmyth version on configure Modified Paths: -------------- trunk/gmyth-dbus/configure.ac Modified: trunk/gmyth-dbus/configure.ac =================================================================== --- trunk/gmyth-dbus/configure.ac 2008-02-01 19:21:52 UTC (rev 913) +++ trunk/gmyth-dbus/configure.ac 2008-02-01 19:22:17 UTC (rev 914) @@ -3,7 +3,7 @@ AC_PREREQ(2.50) -AC_INIT([gmyth-dbus],[0.1]) +AC_INIT([gmyth-dbus],[0.7]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER(config.h) @@ -65,7 +65,7 @@ AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) -PKG_CHECK_MODULES(GMYTH, gmyth, HAVE_GMYTH=yes, HAVE_GMYTH=no) +PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7, HAVE_GMYTH=yes, HAVE_GMYTH=no) if test "x$HAVE_GMYTH" = "xno"; then AC_MSG_ERROR(you need libgmyth-dev installed) fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |