From: <vac...@us...> - 2009-02-22 10:51:31
|
Revision: 137 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=137&view=rev Author: vaclavslavik Date: 2009-02-22 10:51:28 +0000 (Sun, 22 Feb 2009) Log Message: ----------- added --disable-assert configure flag Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-02-21 16:22:40 UTC (rev 136) +++ trunk/configure.ac 2009-02-22 10:51:28 UTC (rev 137) @@ -35,7 +35,7 @@ AC_REVISION($Id$)dnl -AC_PREREQ(2.60) +AC_PREREQ(2.62) AC_INIT(xmlwrapp, 0.6.0, [xml...@li...]) AC_CONFIG_SRCDIR([xmlwrapp.pc.in]) @@ -84,9 +84,8 @@ fi -AC_LANG_PUSH([C++]) +AC_HEADER_ASSERT AC_CHECK_HEADERS([boost/pool/singleton_pool.hpp]) -AC_LANG_POP([C++]) dnl === Compiler-specific stuff === This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |