summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-25 06:33:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-25 06:33:37 +0000
commit1b8cfcd31148d0ce0e27673b8e5ff5baa7ea0982 (patch)
tree6a23fb069a1aa8043c4b7976314a4d4601923481 /configure.in
parent1dc7d6260e6a20734165e78bbb2c16762f90ebb7 (diff)
We need ranlib even when we don't use IMAP.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 12545542..0db0426c 100644
--- a/configure.in
+++ b/configure.in
@@ -24,6 +24,7 @@ AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_ISC_POSIX
+AC_PROG_RANLIB
case "$host" in
*-*-hpux*)
@@ -441,7 +442,6 @@ AC_ARG_ENABLE(pop, [ --enable-pop Enable POP3 support],
AC_ARG_ENABLE(imap, [ --enable-imap Enable IMAP support],
[ AC_DEFINE(USE_IMAP)
- AC_PROG_RANLIB
AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
LIBIMAP="-Limap -limap"