From: Markus Armbruster Date: Tue, 29 Dec 2020 08:56:59 +0000 (+0100) Subject: configure: Move terminfo check next to readline check X-Git-Tag: v4.4.1~49 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=ae421dafc2958f1acb2e7dba7f152e36f5421379 configure: Move terminfo check next to readline check Signed-off-by: Markus Armbruster --- diff --git a/configure.ac b/configure.ac index 933bc1ee4..46f1859f3 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,8 @@ LIBS="$LIBS_SOCKETS $LIBS" AX_LIB_SOCKET_NSL LIBS_server="$LIBS" MY_WITH_READLINE +MY_WITH_TERMINFO +LIBS_client="$LIBS" ### Checks for header files @@ -222,9 +224,6 @@ POSIX) AC_DEFINE([EMPTH_POSIX], 1, [Define to use POSIX threads]) ;; Windows) AC_DEFINE([EMPTH_W32], 1, [Define to use Windows threads]) ;; esac -MY_WITH_TERMINFO -LIBS_client="$LIBS" - ### Output