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__
return 0;
#else
return 1;
if; // should fail
#endif
}
_ACEOF

View File

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