fix --enable-places

svn: r11272
This commit is contained in:
Matthew Flatt 2008-08-15 15:49:50 +00:00
parent d4d703420d
commit b58081fe3a
2 changed files with 4 additions and 4 deletions

6
src/configure vendored
View File

@ -1883,9 +1883,9 @@ else
fi
# Check whether --enable-foreign was given.
if test "${enable_foreign+set}" = set; then
enableval=$enable_foreign;
# Check whether --enable-places was given.
if test "${enable_places+set}" = set; then
enableval=$enable_places;
fi

View File

@ -41,7 +41,7 @@ AC_ARG_ENABLE(origtree,[ --enable-origtree install with original director
AC_ARG_ENABLE(foreign, [ --enable-foreign compile foreign support (enabled by default)], , enable_foreign=yes)
AC_ARG_ENABLE(foreign, [ --enable-places compile places support])
AC_ARG_ENABLE(places, [ --enable-places compile places support])
AC_ARG_ENABLE(cgcdefault, [ --enable-cgcdefault use CGC (Boehm or Senora) as default build])
AC_ARG_ENABLE(sgc, [ --enable-sgc use Senora GC instead of the Boehm GC])