summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-18 21:57:12 +0000
committerJeremy Allison <jra@samba.org>1998-09-18 21:57:12 +0000
commit11fe457e336168ab7491cfe123899240441316b8 (patch)
tree90eb236a07224f15f727e2f11854f500b8077bb6 /source3/configure.in
parent0ebdf28c9843dc7830a483980432a67955114db2 (diff)
downloadsamba-11fe457e336168ab7491cfe123899240441316b8.tar.gz
samba-11fe457e336168ab7491cfe123899240441316b8.tar.bz2
samba-11fe457e336168ab7491cfe123899240441316b8.zip
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)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 0 insertions, 1 deletions
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