File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ if test "$pgac_cv_c_typeof" != no; then
199
199
AC_DEFINE ( HAVE_TYPEOF , 1 ,
200
200
[ Define to 1 if your compiler understands `typeof' or something similar.] )
201
201
if test "$pgac_cv_c_typeof" != typeof; then
202
- AC_DEFINE ( typeof , $pgac_cv_c_typeof , [ Define to how the compiler spells `typeof'.] )
202
+ AC_DEFINE_UNQUOTED ( typeof , $pgac_cv_c_typeof , [ Define to how the compiler spells `typeof'.] )
203
203
fi
204
204
fi] ) # PGAC_C_TYPEOF
205
205
Original file line number Diff line number Diff line change @@ -11704,7 +11704,9 @@ $as_echo "#define HAVE_TYPEOF 1" >>confdefs.h
11704
11704
11705
11705
if test " $pgac_cv_c_typeof " ! = typeof; then
11706
11706
11707
- $as_echo " #define typeof \$ pgac_cv_c_typeof" >> confdefs.h
11707
+ cat >> confdefs.h << _ACEOF
11708
+ #define typeof $pgac_cv_c_typeof
11709
+ _ACEOF
11708
11710
11709
11711
fi
11710
11712
fi
You can’t perform that action at this time.
0 commit comments