aboutsummaryrefslogtreecommitdiff
path: root/libssp
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2012-05-31 18:51:27 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2012-05-31 18:51:27 +0000
commitf30f832c4a3165d50eefdf7aa7f6e9e32d713740 (patch)
tree71cb8639faa7c81a5c1878e151e0d229f1248ba5 /libssp
parent0405cf3d8c6bb8c2967f4f112bfe11a113fd99f7 (diff)
2012-05-31 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/51007 * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument. * configure: Regenerated. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@188076 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp')
-rw-r--r--libssp/ChangeLog6
-rwxr-xr-xlibssp/configure2
-rw-r--r--libssp/configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index 16d4bf6a8b8..eed64ba47f8 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-29 Benjamin Kosnik <bkoz@redhat.com>
+
+ PR libstdc++/51007
+ * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
+ * configure: Regenerated.
+
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
diff --git a/libssp/configure b/libssp/configure
index eba09f01103..84b37124e30 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -4107,7 +4107,7 @@ else
ssp_use_symver=yes
fi
-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.
diff --git a/libssp/configure.ac b/libssp/configure.ac
index 0eee36ce014..93dfa8da470 100644
--- a/libssp/configure.ac
+++ b/libssp/configure.ac
@@ -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.