aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2008-12-19 09:18:41 +0000
committerBen Elliston <bje@gcc.gnu.org>2008-12-19 20:18:41 +1100
commitdd88bc97473ecad755657a587123e6da2653949a (patch)
tree0bcbfb5e3a28a647b0e49dc7a0d137511f0fbac0 /libstdc++-v3/configure
parentcece8bb5c76bcb1c7b2973212bbfa5a688ef69bd (diff)
downloadgcc-dd88bc97473ecad755657a587123e6da2653949a.zip
gcc-dd88bc97473ecad755657a587123e6da2653949a.tar.gz
gcc-dd88bc97473ecad755657a587123e6da2653949a.tar.bz2
acinclude.m4: Guard a variable test against an empty string.
* acinclude.m4: Guard a variable test against an empty string. * configure: Regenerate. From-SVN: r142829
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 7803298..17d5922 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -14914,7 +14914,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
atomicity_dir=cpu/generic/atomicity_mutex
{ echo "$as_me:$LINENO: WARNING: No native atomic operations are provided for this platform." >&5
echo "$as_me: WARNING: No native atomic operations are provided for this platform." >&2;}
- if test $target_thread_file = single; then
+ if test "x$target_thread_file" = xsingle; then
{ echo "$as_me:$LINENO: WARNING: They cannot be faked when thread support is disabled." >&5
echo "$as_me: WARNING: They cannot be faked when thread support is disabled." >&2;}
{ echo "$as_me:$LINENO: WARNING: Thread-safety of certain classes is not guaranteed." >&5