]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
- replace one SGPropertyNode* by SGPropertyNode_ptr to avoid crash with
[flightgear.git] / configure.ac
index b843d6c82dc57875ccc29253c4d01271c60d732a..ee44e701dbb437e419923417f1f0f5dfadcf1f00 100644 (file)
@@ -97,10 +97,6 @@ fi
 dnl Used by JSBSim to conditionally compile in fgfs interface code
 AC_DEFINE([FGFS], 1, [Define so that JSBSim compiles in 'library' mode])
 
-dnl Used to control 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" = "x")
-
 # Check for MS Windows environment
 AC_CHECK_HEADER(windows.h)