Commit 0828a0bd by Benjamin Kosnik Committed by Benjamin Kosnik

configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and c++threads.h instead of copying.


2000-07-07  Benjamin Kosnik  <bkoz@soma.redhat.com>

	* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
	c++threads.h instead of copying.
	* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
	Tweaks.

From-SVN: r34918
parent 6eaa6abd
......@@ -15,7 +15,8 @@
* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
c++threads.h instead of copying.
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
Tweaks.
* config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
* bits/basic_file.h: Declare.
......
......@@ -1266,7 +1266,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
;;
posix | pthreads)
THREADS=posix
case "$host" in
case "$target" in
*-*-linux*)
;;
esac
......
......@@ -1278,7 +1278,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
;;
posix | pthreads)
THREADS=posix
case "$host" in
case "$target" in
*-*-linux*)
;;
esac
......
......@@ -2529,7 +2529,7 @@ fi
;;
posix | pthreads)
THREADS=posix
case "$host" in
case "$target" in
*-*-linux*)
;;
esac
......
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