summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut2012-05-07 20:10:28 +0000
committerPeter Eisentraut2012-05-07 20:10:28 +0000
commit3284e03d5d791e953e8c7eba25f1afb00c62e4a4 (patch)
tree9d20b648a2302b1eb90c07cddb7ddca1db2cb2ee /configure
parentd7b2cd9d40e858778ca93b59383d280e510a01e7 (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-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index e8ea3801df..60db1f79db 100755
--- a/configure
+++ b/configure
@@ -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