]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
declaration (only, so far) for Unix
[wxWidgets.git] / configure.in
index aaecc87202199148e2a2e4d71d9ca1c3254968aa..b5db6e1c2ced262b1401147e7c1ce2e6727b2b55 100644 (file)
@@ -3429,14 +3429,14 @@ if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
     fi
 else
     dnl default value is to (silently) do nothing in the makefile
-    MACSETFILE="@#"
-    MACRESWXCONFIG="#"
+    MACSETFILE="@true"
+    MACRESWXCONFIG="@true"
 
     dnl confusingly, wxOS2 also uses MACRESCOMP in its post-link step
     if test "$wxUSE_PM" = 1; then
         MACRESCOMP="emxbind -ep"
     else
-        MACRESCOMP="@#"
+        MACRESCOMP="@true"
     fi
 fi