configure.ac

changeset 75
4b976601737d
parent 57
a76dc0db592c
child 79
eb9dd60aa791
--- a/configure.ac	Tue Jun 24 20:21:07 2014 +0200
+++ b/configure.ac	Tue Jun 24 22:38:46 2014 +0200
@@ -8,7 +8,7 @@
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="mbsePi-apps"
-VERSION="0.0.7"
+VERSION="0.0.8"
 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
 CYEARS="2014"
 AC_SUBST(PACKAGE)
@@ -69,6 +69,8 @@
   LIBS="$LIBS -lxml2"
   CFLAGS="$CFLAGS $(xml2-config --cflags)"
   AC_CHECK_HEADERS(libxml/xmlmemory.h,LIBXML2=Yes,LIBXML2=No)
+else
+  AC_MSG_ERROR(libxml2 not found)
 fi
 
 

mercurial