Revision: 453
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=453&view=rev
Author: glslang
Date: 2009-04-10 11:53:52 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
make libxml2 a required component
Modified Paths:
--------------
trunk/lib/openlibraries/configure.ac
Modified: trunk/lib/openlibraries/configure.ac
===================================================================
--- trunk/lib/openlibraries/configure.ac 2009-04-10 11:48:30 UTC (rev 452)
+++ trunk/lib/openlibraries/configure.ac 2009-04-10 11:53:52 UTC (rev 453)
@@ -151,7 +151,7 @@
dnl libxml2 support
AC_PATH_PROG(LIBXML2_CONFIG, xml2-config, no)
if test "x$LIBXML2_CONFIG" = "xno" ; then
- AC_MSG_RESULT([*** libxml2 support is not available ***])
+ AC_MSG_ERROR([*** libxml2 support is not available. Please install libxml2 to proceed. ***])
else
XML2_CXXFLAGS=`$LIBXML2_CONFIG --cflags`
XML2_LIBS=`$LIBXML2_CONFIG --libs`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|