diff options
author | cmiller@zippy.cornsilk.net <> | 2008-01-23 11:53:06 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2008-01-23 11:53:06 -0500 |
commit | 2d259302ead79363007e95812a91fbf2bfd88b1e (patch) | |
tree | bcbc9eff88c1301b2f9221158a27b6aea0da4b0a /configure.in | |
parent | c654ac56097e6953c64050502a8e380cb30324fa (diff) | |
parent | 71316696a1f23cdc6565a0752aeb6ae63b342bcc (diff) | |
download | mariadb-git-2d259302ead79363007e95812a91fbf2bfd88b1e.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a63f8d6b44c..4a54dcd397b 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 |