[cig-commits] r13610 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:16:00 PST 2008


Author: luis
Date: 2008-12-09 18:15:59 -0800 (Tue, 09 Dec 2008)
New Revision: 13610

Modified:
   cs/cigma/trunk/configure.ac
Log:
Typo in configure.ac

Modified: cs/cigma/trunk/configure.ac
===================================================================
--- cs/cigma/trunk/configure.ac	2008-12-10 02:15:57 UTC (rev 13609)
+++ cs/cigma/trunk/configure.ac	2008-12-10 02:15:59 UTC (rev 13610)
@@ -55,7 +55,7 @@
 echo "PYTHON is '$PYTHON'"
 echo "PYTHON_LIBS is '$PYTHON_LIBS'"
 echo "BOOST_PYTHON_LIB is '$BOOST_PYTHON_LIB'"
-if test -z "$BOOST_PYTHON_LIBS"; then
+if test -z "$BOOST_PYTHON_LIB"; then
     AC_MSG_ERROR([[boost::python could not be found. Please ensure that LDFLAGS is configured properly, or specify --with-boost]])
 fi
 



More information about the CIG-COMMITS mailing list