diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52a28b5..093d431 100644 --- a/configure.ac +++ b/configure.ac @@ -90,8 +90,8 @@ AS_IF([test "x$with_tools" = "xyes"], [ have_readline=yes], [AC_MSG_NOTICE([NOTE: Building without readline support. If you want readline support, install its development package.])] ) - AM_CONDITIONAL(HAVE_READLINE, test "x$have_readline" = "xyes") ]) +AM_CONDITIONAL(HAVE_READLINE, test "x$have_readline" = "xyes") AM_CONDITIONAL(BUILD_TOOLS, test "x$with_tools" = "xyes") AC_ARG_WITH([dummy], |
