| version 1.52, 2001/10/09 13:43:06 |
version 1.54, 2001/10/31 09:54:43 |
| |
| | |
| dnl The following hack should ensure that configure doesnt add optimizing | dnl The following hack should ensure that configure doesnt add optimizing |
| dnl or debugging flags to CFLAGS or CXXFLAGS | dnl or debugging flags to CFLAGS or CXXFLAGS |
| CFLAGS="$CFLAGS " | CFLAGS="$CFLAGS -ftemplate-depth-24" |
| CXXFLAGS="$CXXFLAGS " | CXXFLAGS="$CXXFLAGS -ftemplate-depth-24" |
| | |
| | |
| dnl ==================================================================== | dnl ==================================================================== |
| |
| dnl LibXML | dnl LibXML |
| dnl ========== | dnl ========== |
| | |
| if test "$enable_3d" = "yes" | |
| then | |
| AM_PATH_XML2( 2.0.0, , AC_MSG_ERROR(libxml2 must be installed.) ) | AM_PATH_XML2( 2.0.0, , AC_MSG_ERROR(libxml2 must be installed.) ) |
| fi | |
| | |
| | |
| dnl ==================================================================== | dnl ==================================================================== |