fix a `configure' test

Thanks again to Tobias.
This commit is contained in:
Matthew Flatt 2013-02-15 06:26:43 -07:00
parent 93bf0cd663
commit a348e5421d
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -4359,7 +4359,7 @@ int main () {
#ifdef __GNUC__ #ifdef __GNUC__
return 0; return 0;
#else #else
return 1; if; // should fail
#endif #endif
} }
_ACEOF _ACEOF

View File

@ -801,7 +801,7 @@ AC_COMPILE_IFELSE(
#ifdef __GNUC__ #ifdef __GNUC__
return 0; return 0;
#else #else
return 1; if; // should fail
#endif #endif
}, using_gnu_cpp=yes, using_gnu_cpp=no) }, using_gnu_cpp=yes, using_gnu_cpp=no)
if test "$using_gnu_cpp" = "yes" ; then if test "$using_gnu_cpp" = "yes" ; then