mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Fix typo in help
This commit is contained in:
parent
f2c1749d66
commit
529b760061
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue