summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut2017-03-29 02:28:56 +0000
committerPeter Eisentraut2017-03-29 02:28:56 +0000
commitddce628971fb611f5ecd49d72e1612f983d99097 (patch)
treeb7f0c68c27c6c4092ed88fe6be8e13c332025f27 /configure
parente0eb5e0aeac7643c10b550e8067182cd08fc59a3 (diff)
Fix configure check for typeof
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 3c92cabb924..56e3f8f2425 100755
--- a/configure
+++ b/configure
@@ -11704,7 +11704,9 @@ $as_echo "#define HAVE_TYPEOF 1" >>confdefs.h
if test "$pgac_cv_c_typeof" != typeof; then
-$as_echo "#define typeof \$pgac_cv_c_typeof" >>confdefs.h
+cat >>confdefs.h <<_ACEOF
+#define typeof $pgac_cv_c_typeof
+_ACEOF
fi
fi