version 1.51, 2001/10/08 14:52:19 |
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 ==================================================================== |
| |
AC_MSG_RESULT(enable NEL AI.) | AC_MSG_RESULT(enable NEL AI.) |
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) |
| |