Last minute fix.
This commit is contained in:
parent
6bfedffdc9
commit
4e1427ae51
|
|
@ -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:)
|
||||
|
|
|
|||
Loading…
Reference in New Issue