From 67b4184f4b90ece7c3cc6f24af9994e1a6f664cc Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 4 Aug 2003 19:07:12 +0000 Subject: [PATCH] The test didn't work out well --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 39f861fe3..ac7e76946 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_DEFINE([FGFS], 1, [Define so that JSBSim compiles in 'library' mode]) dnl Used to controll whether clouds3d should be compiled in or not AC_DEFINE([FG_USE_CLOUDS_3D], 1, [Define to use 3D cloud support]) -AM_CONDITIONAL(FG_USE_CLOUDS_3D, test "x$FG_USE_CLOUDS_3D" != "x") +AM_CONDITIONAL(FG_USE_CLOUDS_3D, test "x" = "x") # Check for MS Windows environment AC_CHECK_HEADER(windows.h)