From a348e5421d233149a8478c17b4961df73a9b0adc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 15 Feb 2013 06:26:43 -0700 Subject: [PATCH] fix a `configure' test Thanks again to Tobias. --- src/configure | 2 +- src/racket/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure b/src/configure index fa65032a97..cdaaea96bc 100755 --- a/src/configure +++ b/src/configure @@ -4359,7 +4359,7 @@ int main () { #ifdef __GNUC__ return 0; #else - return 1; + if; // should fail #endif } _ACEOF diff --git a/src/racket/configure.ac b/src/racket/configure.ac index 92af108355..cc162f2bdf 100644 --- a/src/racket/configure.ac +++ b/src/racket/configure.ac @@ -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