Last minute fix.

This commit is contained in:
pnenzi 2004-01-28 00:07:29 +00:00
parent 6bfedffdc9
commit 4e1427ae51
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ dnl ---- Option to include GNU readline support in ngspice CLI ----
dnl ---- Default: disabled. ----
dnl ---- Hope to see in the future readline replacement. ----
if test "$with_readline" = "yes"; then
if test "$with_readline" != "yes"; then
AC_MSG_RESULT(GNU readline disabled.)
else
AC_MSG_RESULT(Checking for readline:)