diff options
author | Bruce Momjian | 2003-05-09 16:52:48 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-05-09 16:52:48 +0000 |
commit | 384bbdd0e119cf034300c414cdad6bbdc06cb84d (patch) | |
tree | 8abf8e3de2e09cf4ae4c4529ad026e608901115d | |
parent | 66e0a8cb39e3c4bcdf44ce7fbe1fd39cb71be63b (diff) |
autoconf run for crypt().
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index ca5904086a9..2d277dde6dd 100755 --- a/configure +++ b/configure @@ -11079,7 +11079,8 @@ fi -for ac_func in fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul + +for ac_func in crypt fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |