1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Fix configure check for typeof

This commit is contained in:
Peter Eisentraut
2017-03-28 22:28:56 -04:00
parent e0eb5e0aea
commit ddce628971
2 changed files with 4 additions and 2 deletions

4
configure vendored
View File

@ -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