Commit 56d6e6b1 by Loren J. Rittle Committed by Loren J. Rittle

configure.ac (*-*-freebsd[[1234]]*): Refine error message emission rule.

	* configure.ac (*-*-freebsd[[1234]]*): Refine error message
	emission rule.
	* configure: Rebuilt.

From-SVN: r88533
parent 5b1374e9
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> 2004-09-30 Tom Tromey <tromey@redhat.com>
* java/text/MessageFormat.java (Field): Constructor now * java/text/MessageFormat.java (Field): Constructor now
......
...@@ -8332,7 +8332,7 @@ case "$THREADS" in ...@@ -8332,7 +8332,7 @@ case "$THREADS" in
# the command line. For now, the user must provide the -pthread # the command line. For now, the user must provide the -pthread
# switch to link code compiled with gcj. In future, consider adding # switch to link code compiled with gcj. In future, consider adding
# support for weak references to pthread_* functions ala gthr.h API. # 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*)
# FreeBSD 5 implements a model much closer to other modern UNIX # FreeBSD 5 implements a model much closer to other modern UNIX
......
...@@ -652,7 +652,7 @@ case "$THREADS" in ...@@ -652,7 +652,7 @@ case "$THREADS" in
# the command line. For now, the user must provide the -pthread # the command line. For now, the user must provide the -pthread
# switch to link code compiled with gcj. In future, consider adding # switch to link code compiled with gcj. In future, consider adding
# support for weak references to pthread_* functions ala gthr.h API. # 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*)
# FreeBSD 5 implements a model much closer to other modern UNIX # FreeBSD 5 implements a model much closer to other modern UNIX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment