diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-04-17 00:18:11 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-04-17 00:18:11 +0000 |
commit | 4f41661657a32a8e0147f4b793864b56496af4cf (patch) | |
tree | 62de837fa4097813e58eef1cfa3e61ea3f821c4a /README | |
parent | 2b829bbb3d685ff780a0e3c0888d1d1231e2bc0e (diff) |
merge from 1.8 branch
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -77,7 +77,7 @@ If you run the configure script with no arguments, it should examine your system and set things up appropriately. However, there are a few switches specific to Guile you may find useful in some circumstances. ---with-threads --- Build with thread support +--without-threads --- Build without thread support Build a Guile executable and library that supports multi-threading. @@ -193,7 +193,6 @@ switches specific to Guile you may find useful in some circumstances. number of objects of that kind. --enable-guile-debug --- Include internal debugging functions ---disable-arrays --- omit array and uniform array support --disable-posix --- omit posix interfaces --disable-networking --- omit networking interfaces --disable-regex --- omit regular expression interfaces |