From f50844eb7f9772f865ce9f272eadb15943319885 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Sep 2008 01:27:18 +0200 Subject: Readline-Interface f?r den Client --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f156d6d..40c04a5 100644 --- a/configure.ac +++ b/configure.ac @@ -31,10 +31,13 @@ AC_C_CONST # Checks for library functions. AC_CHECK_LIB(gssapi_krb5, gss_init_sec_context, , AC_CHECK_LIB(gssapi, gss_init_sec_context, , AC_MSG_ERROR(Test for GSSAPI library failed.))) +AC_CHECK_LIB(readline, readline, , AC_MSG_ERROR(Test for GNU readline library failed.)) AC_CONFIG_FILES([ Makefile src/Makefile + src/Client/Makefile + src/Client/Request/Makefile src/Common/Makefile src/Common/Request/Makefile src/Core/Makefile -- cgit v1.2.3