From 11fe457e336168ab7491cfe123899240441316b8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 18 Sep 1998 21:57:12 +0000 Subject: Now that Alexandre Oliva has explained the use of acconfig.h to me, I'm adding the HAVE_LIBREADLINE and other stuff correctly. Thanks Alexandre :-). Jeremy. (This used to be commit 89a4a73caf474e59f239f50ad6d93e5df66ae300) --- source3/configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 9fe21b93bb..e8a847123e 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -130,7 +130,6 @@ fi if test "$ac_cv_header_readline_h" = "yes" || test "$ac_cv_header_readline_readline_h" = "yes"; then AC_CHECK_LIB(readline,readline) - AC_DEFINE(HAVE_LIBREADLINE) fi # The following test taken from the cvs sources -- cgit