]> git.mxchange.org Git - flightgear.git/commitdiff
The test didn't work out well
authorehofman <ehofman>
Mon, 4 Aug 2003 19:07:12 +0000 (19:07 +0000)
committerehofman <ehofman>
Mon, 4 Aug 2003 19:07:12 +0000 (19:07 +0000)
configure.ac

index 39f861fe3ef09fb4fec905a18bc5e4845c1a5c9c..ac7e76946f8704d53a36f64e3a6f0761b64c5cf4 100644 (file)
@@ -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)