summaryrefslogtreecommitdiff
path: root/config/c-compiler.m4
diff options
context:
space:
mode:
authorPeter Eisentraut2017-03-29 02:28:56 +0000
committerPeter Eisentraut2017-03-29 02:28:56 +0000
commitddce628971fb611f5ecd49d72e1612f983d99097 (patch)
treeb7f0c68c27c6c4092ed88fe6be8e13c332025f27 /config/c-compiler.m4
parente0eb5e0aeac7643c10b550e8067182cd08fc59a3 (diff)
Fix configure check for typeof
Diffstat (limited to 'config/c-compiler.m4')
-rw-r--r--config/c-compiler.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/c-compiler.m4 b/config/c-compiler.m4
index b366e40cff0..7275ea69fef 100644
--- a/config/c-compiler.m4
+++ b/config/c-compiler.m4
@@ -199,7 +199,7 @@ if test "$pgac_cv_c_typeof" != no; then
AC_DEFINE(HAVE_TYPEOF, 1,
[Define to 1 if your compiler understands `typeof' or something similar.])
if test "$pgac_cv_c_typeof" != typeof; then
- AC_DEFINE(typeof, $pgac_cv_c_typeof, [Define to how the compiler spells `typeof'.])
+ AC_DEFINE_UNQUOTED(typeof, $pgac_cv_c_typeof, [Define to how the compiler spells `typeof'.])
fi
fi])# PGAC_C_TYPEOF