configure: Move terminfo check next to readline check
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
55ff9cce09
commit
ae421dafc2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue