Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.
[oweals/cde.git] / cde / programs / dtdocbook / xlate_locale / Imakefile
index eb349ee74cbb95e27356e5264513442bf9491318..5d15d2b36be4331f3fb826e6f28f2d7bc6cccbfc 100644 (file)
@@ -15,7 +15,7 @@ SYS_LIBRARIES = -lgen
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif