diff -r 879bd09e2b96 -r 4b976601737d configure.ac --- 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