summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-08-19 00:16:04 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-08-19 00:16:04 +0000
commit31de2c9461dff3284ad61084c73eba093fa3f68e (patch)
tree2b77c8b4f27f9ef4090347ef4813ac2b9ebbc239 /src/configure
parent1a77894d46f4f77c7d04f369fb0ff3fe359f94c0 (diff)
downloadpostgresql-31de2c9461dff3284ad61084c73eba093fa3f68e.tar.gz
Fix for SNPRINTF test in configure
From: Tom Lane <tgl@sss.pgh.pa.us>
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 3bdd2b4dc8..e588a0e1ce 100755
--- a/src/configure
+++ b/src/configure
@@ -4086,7 +4086,7 @@ EOF
else
echo "$ac_t""no" 1>&6
-ISINF='snprintf.o'
+SNPRINTF='snprintf.o'
fi