summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2008-01-23 13:50:27 -0500
committercmiller@zippy.cornsilk.net <>2008-01-23 13:50:27 -0500
commitfdb423e8de9ad561668a8923ace46ca48f40c750 (patch)
tree85d4977492a975673503e7a5ab88b89078d2878e /configure.in
parent6022704723f0a0f6d096565a455e57b93ac4adc5 (diff)
parent2d259302ead79363007e95812a91fbf2bfd88b1e (diff)
downloadmariadb-git-fdb423e8de9ad561668a8923ace46ca48f40c750.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 330f4e48453..19dda37cfd8 100644
--- a/configure.in
+++ b/configure.in
@@ -837,6 +837,7 @@ AC_CHECK_FUNC(p2open, , AC_CHECK_LIB(gen, p2open))
AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
# Check if crypt() exists in libc or libcrypt, sets LIBS if needed
AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt]))
+# See if we need a library for address lookup.
AC_SEARCH_LIBS(inet_aton, [socket nsl resolv])
# For the sched_yield() function on Solaris