OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libssp / configure.ac
index 0eee36c..93dfa8d 100644 (file)
@@ -77,7 +77,7 @@ AS_HELP_STRING([--disable-symvers],
   [disable symbol versioning for libssp]),
 ssp_use_symver=$enableval,
 ssp_use_symver=yes)
-if test "x$ssp_use_symver" = xyes; then
+if test "x$ssp_use_symver" != xno; then
   if test x$gcc_no_link = xyes; then
     # If we cannot link, we cannot build shared libraries, so do not use
     # symbol versioning.