[Spice-devel] [PATCH 07/24] mingw32 build: -fvisibility test needs refinement, disable for now
Alon Levy
alevy at redhat.com
Tue Dec 7 13:28:06 PST 2010
From: Gerd Hoffmann <kraxel at redhat.com>
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 5fdc544..7287946 100644
--- a/configure.ac
+++ b/configure.ac
@@ -408,9 +408,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.3.2
More information about the Spice-devel
mailing list