summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-11 00:47:04 +0200
committerneoraider <devnull@localhost>2008-04-11 00:47:04 +0200
commit7db6adf7e9e178c83f0278124a3d6c786134b014 (patch)
tree26f975f9391def4b2a14289699fb9d245b65ac52 /configure.ac
parent84780a8c1d9801e6a2c9f14dd0c17f362ccf7a57 (diff)
downloadzoomedit-7db6adf7e9e178c83f0278124a3d6c786134b014.tar
zoomedit-7db6adf7e9e178c83f0278124a3d6c786134b014.zip
zoomedit:
* TexCoords saves number of used coordinates now. * All data classes save changes in the XML tree now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8ac4640..a79fafd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,9 @@ AC_PROG_LIBTOOL
# Checks for libraries.
#AC_CHECK_LIB(m, [sqrt])
-PKG_CHECK_MODULES(glademm, libglademm-2.4, , AC_MSG_ERROR(Test for libglademm-2.4 failed.))
+PKG_CHECK_MODULES(glademm, glibmm-2.4 >= 2.16 libglademm-2.4, , AC_MSG_ERROR(Test for glibmm-2.4 >= 2.16 and libglademm-2.4 failed.))
AM_PATH_GTKGLEXT_1_0(1.0.0,,AC_MSG_ERROR(Test for GtkGLExt failed.))
-PKG_CHECK_MODULES(libxml, libxml++-2.6, , AC_MSG_ERROR(Test for libxml++-2.6 failed.))
+PKG_CHECK_MODULES(libxml, libxml++-2.6 >= 2.24, , AC_MSG_ERROR(Test for libxml++-2.6 failed.))
# Checks for header files.