diff options
| author | Peter Eisentraut | 2012-05-07 20:10:28 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-05-07 20:10:28 +0000 |
| commit | 3284e03d5d791e953e8c7eba25f1afb00c62e4a4 (patch) | |
| tree | 9d20b648a2302b1eb90c07cddb7ddca1db2cb2ee /configure | |
| parent | d7b2cd9d40e858778ca93b59383d280e510a01e7 (diff) | |
Remove strdup, strtol, strtoul from libpgport
These should not be needed anymore, at least after the recent port
removals. So let's see whether we can do without them.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -20845,10 +20845,7 @@ LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` - - - -for ac_func in crypt fls getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul +for ac_func in crypt fls getopt getrusage inet_aton random rint srandom strerror strlcat strlcpy do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
