[Spice-devel] [PATCH 6/8] mingw32 build: -fvisibility test needs refinement, disable for now

Gerd Hoffmann kraxel at redhat.com
Thu Jul 8 02:40:55 PDT 2010


Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9b88c3d..8daee82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,9 +348,9 @@ error Need GCC 4.0 for visibility
 int main () { return 0; }
 ], have_gcc4=yes)
 
-if test "x$have_gcc4" = "xyes"; then
-   VISIBILITY_HIDDEN_CFLAGS="-fvisibility=hidden"
-fi
+#if test "x$have_gcc4" = "xyes"; then
+#   VISIBILITY_HIDDEN_CFLAGS="-fvisibility=hidden"
+#fi
 AC_MSG_RESULT($have_gcc4)
 AC_SUBST(VISIBILITY_HIDDEN_CFLAGS)
 
-- 
1.7.1



More information about the Spice-devel mailing list