]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Fix bitmap position attribute name in XRC handler.
[wxWidgets.git] / configure
index c79bdc5bb45de1945d5931c944043e9f56b35ef9..f602dbf16b00865cb7844a1f1f0955cb5938fb27 100755 (executable)
--- a/configure
+++ b/configure
@@ -35001,6 +35001,11 @@ cat >>conftest.$ac_ext <<_ACEOF
          error this platform has no visibility;
          #endif
 
+         /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
+         #if defined(__clang__)
+         clang compiler is still broken w.r.t. visibility;
+         #endif
+
          extern __attribute__((__visibility__("hidden"))) int hiddenvar;
          extern __attribute__((__visibility__("default"))) int exportedvar;
          extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);