1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Check for libcrypt on AIX, otherwise static linking doesn't work.

This commit is contained in:
david
2011-10-19 22:40:49 +00:00
parent 9537f9db44
commit 4fb375b96d
2 changed files with 46 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ case "$host" in
# use some AIX specific libraries
AC_CHECK_LIB(odm, odm_initialize)
AC_CHECK_LIB(cfg, _system_configuration)
AC_CHECK_LIB(crypt, crypt_r)
;;
*-solaris2.0*)
AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG)