X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=configure.ac;h=a30010816ad7bd080f5787fc6e447607dbbd684b;hp=8c1c6cd281bd056cad73b92fbbf42974ee4bbf18;hb=d3a64a4f6e8aa1dc1ee027086aa9b280864e80e4;hpb=92693cba65c241b52f9431c03a3a320bd2e0e61d diff --git a/configure.ac b/configure.ac index 8c1c6cd28..a30010816 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,7 @@ LIBS_util="$LIBS" LIBS="$LIBS_SOCKETS $LIBS" AX_LIB_SOCKET_NSL LIBS_server="$LIBS" +MY_WITH_READLINE ### Checks for header files @@ -240,6 +241,7 @@ AC_OUTPUT AC_MSG_NOTICE([]) AC_MSG_NOTICE([-= Configuration summary =-]) AC_MSG_NOTICE([Thread package: $empthread]) +AC_MSG_NOTICE([ readline: $with_readline]) AC_MSG_NOTICE([ terminfo: $with_terminfo]) AC_MSG_NOTICE([ EMPIREHOST: $EMPIREHOST]) AC_MSG_NOTICE([ EMPIREPORT: $EMPIREPORT])