mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
--with-clx should default to NO
This commit is contained in:
parent
96d97bcb5d
commit
f745fd0db8
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -1507,7 +1507,7 @@ if test "${with_clx+set}" = set; then
|
|||
withval="$with_clx"
|
||||
clx="${withval}"
|
||||
else
|
||||
clx=yes
|
||||
clx=no
|
||||
fi;
|
||||
|
||||
# Check whether --with-cxx or --without-cxx was given.
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ AC_ARG_WITH(clos-streams,
|
|||
AC_ARG_WITH(clx,
|
||||
AS_HELP_STRING([--with-clx],
|
||||
[include CLX library (default is NO)]),
|
||||
[clx="${withval}"],[clx=yes])
|
||||
[clx="${withval}"],[clx=no])
|
||||
AC_ARG_WITH(cxx,
|
||||
AS_HELP_STRING([--with-cxx],
|
||||
[build ECL using C++ compiler (default is NO)]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue