Browse Source

cleaning old stuff

pre-master-46
dwarning 18 years ago
parent
commit
d2d016df01
  1. 10
      configure.in

10
configure.in

@ -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)]), AS_HELP_STRING([--enable-capzerobypass],[Bypass all the cbd/cbs calculations if Czero is zero. (default=enabled)]),
[],[enable_capzerobypass=yes]) [],[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 dnl --enable-nodelimiting: define NODELIMITING for the code
AC_ARG_ENABLE(nodelimiting, AC_ARG_ENABLE(nodelimiting,
AS_HELP_STRING([--enable-nodelimiting],[Experimental damping scheme])) AS_HELP_STRING([--enable-nodelimiting],[Experimental damping scheme]))

Loading…
Cancel
Save