version 1.52, 2001/10/09 13:43:06 |
version 1.55, 2001/11/07 16:25:13 |
| |
| |
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 ==================================================================== |
| |
NEL_SUBDIRS="$NEL_SUBDIRS ai" | NEL_SUBDIRS="$NEL_SUBDIRS ai" |
fi | fi |
| |
| AC_SUBST(enable_net) |
| AC_SUBST(enable_3d) |
| AC_SUBST(enable_pacs) |
| AC_SUBST(enable_sound) |
| AC_SUBST(enable_ai) |
| |
AC_SUBST(NEL_SUBDIRS) | AC_SUBST(NEL_SUBDIRS) |
| |
| |
| |
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 ==================================================================== |