- 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:
parent
c10e29e402
commit
f003961953
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user