aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-07-10 22:53:41 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2007-07-10 22:53:41 +0000
commit55f0dee2ea7701b0ae5241d2f76eea602774a223 (patch)
tree1a7d8de423945a5f657f9e680c6b54a1765bf6e2 /libstdc++-v3/configure.ac
parentf425a30a1ecc2f16f9b65d6af924c9a0d707a2eb (diff)
downloadgcc-55f0dee2ea7701b0ae5241d2f76eea602774a223.zip
gcc-55f0dee2ea7701b0ae5241d2f76eea602774a223.tar.gz
gcc-55f0dee2ea7701b0ae5241d2f76eea602774a223.tar.bz2
configure.ac: Check if $atomicity_dir is cpu/generic/atomicity_mutex instead of the...
* configure.ac: Check if $atomicity_dir is cpu/generic/atomicity_mutex instead of the non-existent cpu/generic/atomic_mutex. * configure: Regenerate. From-SVN: r126528
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r--libstdc++-v3/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index bbef6c1..5d1d947 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -113,7 +113,7 @@ GLIBCXX_ENABLE_FULLY_DYNAMIC_STRING([no])
# No surprises, no surprises...
GLIBCXX_ENABLE_THREADS
GLIBCXX_ENABLE_ATOMIC_BUILTINS
-if test $atomicity_dir = cpu/generic/atomic_mutex ; then
+if test $atomicity_dir = cpu/generic/atomicity_mutex ; then
AC_MSG_WARN([No native atomic operations are provided for this platform.])
if test $target_thread_file = single; then
AC_MSG_WARN([They cannot be faked when thread support is disabled.])