summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-17 21:14:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-17 21:14:04 (GMT)
commitb507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348 (patch)
tree76f27d2303656292b57a7e7d8129056755beb0c8 /Source/cmSystemTools.cxx
parent84f1420d82e725cae6ca3873c52473046e4debef (diff)
downloadCMake-b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348.zip
CMake-b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348.tar.gz
CMake-b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348.tar.bz2
ENH: Simplify the test
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 8903cc3..29fcd92 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -56,7 +56,7 @@
# pragma set woff 1375 /* base class destructor not virtual */
#endif
-#if !defined(HAVE_ENVIRON_WITHOUT_SIGNATURE)
+#if !defined(HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE)
// For GetEnvironmentVariables
# if defined(_WIN32)
extern __declspec( dllimport ) char** environ;