Loading configure +5 −2 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ oss_lib="" vnc_tls="yes" bsd="no" linux="no" solaris="no" kqemu="no" profiler="no" cocoa="no" Loading Loading @@ -368,9 +369,11 @@ if test "$werror" = "yes" ; then CFLAGS="$CFLAGS -Werror" fi if ld --version 2>/dev/null | grep -q "GNU ld" ; then if test "$solaris" = "no" ; then if ld --version 2>/dev/null | grep "GNU ld" >/dev/null 2>/dev/null ; then LDFLAGS="$LDFLAGS -Wl,--warn-common" fi fi # # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right Loading Loading
configure +5 −2 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ oss_lib="" vnc_tls="yes" bsd="no" linux="no" solaris="no" kqemu="no" profiler="no" cocoa="no" Loading Loading @@ -368,9 +369,11 @@ if test "$werror" = "yes" ; then CFLAGS="$CFLAGS -Werror" fi if ld --version 2>/dev/null | grep -q "GNU ld" ; then if test "$solaris" = "no" ; then if ld --version 2>/dev/null | grep "GNU ld" >/dev/null 2>/dev/null ; then LDFLAGS="$LDFLAGS -Wl,--warn-common" fi fi # # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right Loading