From: ehofman Date: Mon, 4 Aug 2003 19:07:12 +0000 (+0000) Subject: The test didn't work out well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=67b4184f4b90ece7c3cc6f24af9994e1a6f664cc;p=flightgear.git The test didn't work out well --- 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)