diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2011-01-20 23:41:24 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2011-01-20 23:41:24 +0000 |
commit | bddd662631fb89deb75edaf20272448f1283f2e8 (patch) | |
tree | 802fb8a81e7d1d23886e09d6e674307c73f48c7a /libgomp/configure | |
parent | 837b01f66fe08ec9c8fcd542aebb2c5f881c44e9 (diff) | |
download | gcc-bddd662631fb89deb75edaf20272448f1283f2e8.tar.gz |
re PR libstdc++/36104 (gnu-versioned-namespace is broken)
2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104
* acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
From-SVN: r169072
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-x | libgomp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure index 883dddfbf78..961402f1e07 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -15783,7 +15783,7 @@ $as_echo "$ac_sectionLDflags" >&6; } if test "${enable_symvers+set}" = set; then : enableval=$enable_symvers; case "$enableval" in - yes|no|gnu|sun) ;; + yes|no|gnu*|sun) ;; *) as_fn_error "Unknown argument to enable/disable symvers" "$LINENO" 5 ;; esac |