aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-03-13 09:06:59 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-03-13 09:06:59 +0000
commit87ad588dd2a76dde9de03681f4c4ec63d789abe2 (patch)
treeac3620f4d536ee4a7894c55fd5057b0f914c079b
parenta23f057a0e05ff3cc779829a0c7e4aec2939f6c4 (diff)
downloadfetchmail-87ad588dd2a76dde9de03681f4c4ec63d789abe2.tar.gz
fetchmail-87ad588dd2a76dde9de03681f4c4ec63d789abe2.tar.bz2
fetchmail-87ad588dd2a76dde9de03681f4c4ec63d789abe2.zip
Configure correctly under SVr4.
svn path=/trunk/; revision=929
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 42dcab26..afc148ea 100644
--- a/configure.in
+++ b/configure.in
@@ -31,10 +31,9 @@ AC_PROG_LEX
AC_PROG_YACC
AC_SUBST(LIBOBJS)
+AC_CHECK_LIB(nsl,inet_addr)
AC_CHECK_LIB(socket,socket)
AC_CHECK_LIB(inet,socket)
-AC_CHECK_LIB(nsl,inet_addr)
-
# Under Red Hat 4.0 (and many other Linuxes) -lresolv is seriously flaky
# and breaks gethostbyname(2). It's better to use the bind stuff in the C