X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/849cc6c099e76f536be3f04b0fe326185277343b..ee04f1033a5dfd6a7949ae644d6c3ed689ad84b8:/configure.ac diff --git a/configure.ac b/configure.ac index 11096083..61a8beb2 100644 --- a/configure.ac +++ b/configure.ac @@ -369,9 +369,6 @@ dnl ------------------- dnl Checks for network libraries (nsl, socket) NMH_CHECK_NETLIBS -dnl Check for readline support -NMH_READLINE - dnl Check the locking functions supported and what we should use by default NMH_LOCKING @@ -387,8 +384,11 @@ for lib in $termcap_curses_order; do done AC_SUBST([TERMLIB])dnl AS_IF([test "x$TERMLIB" = "x"], - [AC_MSG_FAILURE([Could not find setupterm in any library. Is there a curses -or ncurses library or package that you can install?])]) + [AC_MSG_FAILURE([Could not find setupterm in any library. Is there a +curses or ncurses library or package that you can install?])]) + +dnl Check for readline support +NMH_READLINE dnl -------------- dnl CHECK FOR NDBM