From e18d1dc58984e0571d5da787c187869b2c045982 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 29 Dec 2020 09:56:59 +0100 Subject: [PATCH] configure: Move terminfo check next to readline check Signed-off-by: Markus Armbruster --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.43.0