Signed-off-by: Gerd Hoffmann <kra...@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 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel