Fix typo in help

This commit is contained in:
jjgarcia 2003-07-10 12:04:13 +00:00
parent f2c1749d66
commit 529b760061
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View file

@ -859,7 +859,7 @@ Optional Features:
--enable-local-boehm Use already installed Boehm GC library.
--enable-local-gmp Use already installed GMP library.
--enable-threads Include the multiple thread facility.
--disable-shared Enable building dynamically loadable extensions.
--disable-shared Disable building dynamically loadable extensions.
--enable-cxx Build ECL using C++ compiler
Optional Packages:

View file

@ -76,7 +76,7 @@ dnl AC_ARG_ENABLE(runtime,
dnl [--enable-runtime Build no compiler.],
dnl runtime="$enable_runtime")
AC_ARG_ENABLE(shared,
[--disable-shared Enable building dynamically loadable extensions.],
[--disable-shared Disable building dynamically loadable extensions.],
shared="$enable_shared",shared="yes")
AC_ARG_WITH(oldloop,
[--with-oldloop Use the old MIT LOOP macro.],