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
This commit is contained in:
Benjamin Kosnik 2000-07-08 01:25:04 +00:00 committed by Benjamin Kosnik
parent 6eaa6abdbc
commit 0828a0bd1b
4 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -1266,7 +1266,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
;;
posix | pthreads)
THREADS=posix
case "$host" in
case "$target" in
*-*-linux*)
;;
esac

View File

@ -1278,7 +1278,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
;;
posix | pthreads)
THREADS=posix
case "$host" in
case "$target" in
*-*-linux*)
;;
esac

View File

@ -2529,7 +2529,7 @@ fi
;;
posix | pthreads)
THREADS=posix
case "$host" in
case "$target" in
*-*-linux*)
;;
esac