projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a77894
)
Fix for SNPRINTF test in configure
author
Marc G. Fournier
Wed, 19 Aug 1998 00:16:04 +0000
(
00:16
+0000)
committer
Marc G. Fournier
Wed, 19 Aug 1998 00:16:04 +0000
(
00:16
+0000)
From: Tom Lane
src/configure
patch
|
blob
|
blame
|
history
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index 3bdd2b4dc8d184c47d5cb6926b6e602711de3118..e588a0e1ceeac370a7f61c49488982c0c331062f 100755
(executable)
--- a/
src/configure
+++ b/
src/configure
@@
-4086,7
+4086,7
@@
EOF
else
echo "$ac_t""no" 1>&6
-
ISIN
F='snprintf.o'
+
SNPRINT
F='snprintf.o'
fi
diff --git
a/src/configure.in
b/src/configure.in
index c582028a7da211e7e6f10260725ee2b9464727b4..423faada999f333c5cb22f3ea57f18cd4cee2e95 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-534,7
+534,7
@@
AC_CHECK_FUNCS(fp_class fp_class_d class)
AC_CHECK_FUNCS(sigprocmask waitpid setsid fcvt)
AC_CHECK_FUNC(snprintf,
AC_DEFINE(HAVE_SNPRINTF),
-
ISIN
F='snprintf.o')
+
SNPRINT
F='snprintf.o')
AC_SUBST(SNPRINTF)
AC_CHECK_FUNC(isinf,
AC_DEFINE(HAVE_ISINF),