summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-11-01 00:03:04 +0100
committerneoraider <devnull@localhost>2007-11-01 00:03:04 +0100
commitb478ad79508f5a06e8c0fc5937b28585c747fb04 (patch)
tree62253b031732435881d0611eca670086adc57d36 /configure.in
parentbc2b34ead69f7fa1ef997308e0cff6123179f40e (diff)
downloadzoomedit-b478ad79508f5a06e8c0fc5937b28585c747fb04.tar
zoomedit-b478ad79508f5a06e8c0fc5937b28585c747fb04.zip
zoomedit: Speichern jetzt m?glich.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9b98a75..f55269d 100644
--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,8 @@ AM_PROG_CC_C_O
#AC_CHECK_LIB(m, [sqrt])
AM_PATH_GTK_2_0(2.8.0,,AC_MSG_ERROR(zoomedit needs GTK+ 2.8.0))
AM_PATH_GTKGLEXT_1_0(1.0.0,,AC_MSG_ERROR(zoomedit needs GtkGLExt))
+PKG_CHECK_MODULES(libxml2, libxml-2.0, , AC_MSG_ERROR(Test for libxml2 failed.))
+
# Checks for header files.
#AC_HEADER_STDC