- explictly turn off readline. Then if you add --enable-debugger, it will

not try to use readline, even when the configure system is able to find it.
This commit is contained in:
Bryce Denney 2001-11-21 00:16:17 +00:00
parent c10e29e402
commit f003961953

View File

@ -15,7 +15,7 @@ set echo
#./configure --with-win32-vcpp --enable-debugger --enable-disasm
#./configure --with-win32-vcpp --enable-disasm
./configure --with-win32-vcpp --enable-cdrom --enable-sb16=win --enable-ne2000 --enable-cpp
./configure --with-win32-vcpp --enable-cdrom --enable-sb16=win --enable-ne2000 --enable-cpp --disable-readline
unset echo