cleaning old stuff

This commit is contained in:
dwarning 2008-11-23 19:04:20 +00:00
parent 275c3996fe
commit d2d016df01
1 changed files with 0 additions and 10 deletions

View File

@ -66,16 +66,6 @@ AC_ARG_ENABLE(capzerobypass,
AS_HELP_STRING([--enable-capzerobypass],[Bypass all the cbd/cbs calculations if Czero is zero. (default=enabled)]),
[],[enable_capzerobypass=yes])
dnl if test x"$enable_capzerobypass" = "xyes"
dnl then AC_MSG_RESULT([yes])
dnl AC_DEFINE(CAPZEROBYPASS, 1, [Use capzerobypass.])
dnl else
dnl AC_MSG_RESULT([not yet])
dnl AC_DEFINE(CAPZEROBYPASS, 0, [Use capzerobypass.])
dnl fi
dnl ])
dnl --enable-nodelimiting: define NODELIMITING for the code
AC_ARG_ENABLE(nodelimiting,
AS_HELP_STRING([--enable-nodelimiting],[Experimental damping scheme]))