configure.ac (*-*-freebsd[[1234]]*): Refine error message emission rule.
authorLoren J. Rittle <ljrittle@acm.org>
Mon, 4 Oct 2004 22:26:16 +0000 (22:26 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Mon, 4 Oct 2004 22:26:16 +0000 (22:26 +0000)
* configure.ac (*-*-freebsd[[1234]]*): Refine error message
emission rule.
* configure: Rebuilt.

From-SVN: r88533

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index 983682fcf868612057acd13e68dc4f62801e98b6..f8350e6333e8ac74b5f6ffff526b20d05db0ba4f 100644 (file)
@@ -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
index e0a8bfd6328697ad44e0d11fc5df60d5d18f8099..050c5281a71c03bd0ed3c5310bc7405cf8d600bd 100755 (executable)
@@ -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
index fdc38d573f9de97fb3e6348509642aaba741d26a..c0282afda5bada2e32ba36e7257a526777ded04c 100644 (file)
@@ -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