[Lemon-commits] [lemon_svn] ladanyi: r2728 - hugo/trunk
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:54:47 CET 2006
Author: ladanyi
Date: Tue May 2 20:23:42 2006
New Revision: 2728
Modified:
hugo/trunk/configure.ac
Log:
gLEMON does not compile with gtkmm 2.4.x
Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac (original)
+++ hugo/trunk/configure.ac Tue May 2 20:23:42 2006
@@ -70,7 +70,7 @@
AC_MSG_RESULT([no])
fi
if test x"$enable_gui" != x"no"; then
- PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
+ PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0 gtkmm-2.4 >= 2.6])
fi
AM_CONDITIONAL([WANT_GUI], [test x"$enable_gui" != x"no"])
More information about the Lemon-commits
mailing list