aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2004-10-04 22:26:16 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2004-10-04 22:26:16 +0000
commit56d6e6b11379c3bd77d0bc1d20dfc29d177a909a (patch)
tree8a5a81f8d3db63015ec2bd4b64113456dfbcccb3 /libjava
parent5b1374e9650e556faaf95b9f8c16c9e730d001ed (diff)
downloadgcc-56d6e6b11379c3bd77d0bc1d20dfc29d177a909a.zip
gcc-56d6e6b11379c3bd77d0bc1d20dfc29d177a909a.tar.gz
gcc-56d6e6b11379c3bd77d0bc1d20dfc29d177a909a.tar.bz2
configure.ac (*-*-freebsd[[1234]]*): Refine error message emission rule.
* configure.ac (*-*-freebsd[[1234]]*): Refine error message emission rule. * configure: Rebuilt. From-SVN: r88533
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog6
-rwxr-xr-xlibjava/configure2
-rw-r--r--libjava/configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 983682f..f8350e6 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-04 Loren J. Rittle <ljrittle@acm.org>
+
+ * configure.ac (*-*-freebsd[[1234]]*): Refine error message
+ emission rule.
+ * configure: Rebuilt.
+
2004-09-30 Tom Tromey <tromey@redhat.com>
* java/text/MessageFormat.java (Field): Constructor now
diff --git a/libjava/configure b/libjava/configure
index e0a8bfd..050c528 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -8332,7 +8332,7 @@ case "$THREADS" in
# the command line. For now, the user must provide the -pthread
# switch to link code compiled with gcj. In future, consider adding
# support for weak references to pthread_* functions ala gthr.h API.
- THREADSPEC='%{!pthread: %eUnder this configuration, the user must provide -pthread when linking.}'
+ THREADSPEC='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
;;
*-*-freebsd*)
# FreeBSD 5 implements a model much closer to other modern UNIX
diff --git a/libjava/configure.ac b/libjava/configure.ac
index fdc38d5..c0282af 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -652,7 +652,7 @@ case "$THREADS" in
# the command line. For now, the user must provide the -pthread
# switch to link code compiled with gcj. In future, consider adding
# support for weak references to pthread_* functions ala gthr.h API.
- THREADSPEC='%{!pthread: %eUnder this configuration, the user must provide -pthread when linking.}'
+ THREADSPEC='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
;;
*-*-freebsd*)
# FreeBSD 5 implements a model much closer to other modern UNIX