acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.

2000-11-12  Loren J. Rittle  <ljrittle@acm.org>

        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
        * aclocal.m4, configure: Rebuilt.

From-SVN: r37439
This commit is contained in:
Loren J. Rittle 2000-11-13 22:14:18 +00:00 committed by Benjamin Kosnik
parent d9068c6142
commit 66dfa1436f
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-11-12 Loren J. Rittle <ljrittle@acm.org>
* acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
* aclocal.m4, configure: Rebuilt.
2000-11-12 Brent Verner <brent@rcfile.org>
* include/c_std/bits/wrap_langinfo.h: New file.

View File

@ -1458,7 +1458,7 @@ dnl GLIBCPP_ENABLE_ATOMICITY
AC_DEFUN(GLIBCPP_ENABLE_ATOMICITY, [
AC_MSG_CHECKING([for atomicity.h])
case "$target" in
*-*-linux* | sparc*-*-*)
*-*-linux* | sparc*-*-* | *-*-freebsd*)
ATOMICITYH=$cpu_include_dir
;;
*-*-aix* | *-*-irix*)

View File

@ -1470,7 +1470,7 @@ dnl GLIBCPP_ENABLE_ATOMICITY
AC_DEFUN(GLIBCPP_ENABLE_ATOMICITY, [
AC_MSG_CHECKING([for atomicity.h])
case "$target" in
*-*-linux* | sparc*-*-*)
*-*-linux* | sparc*-*-* | *-*-freebsd*)
ATOMICITYH=$cpu_include_dir
;;
*-*-aix* | *-*-irix*)

View File

@ -3142,7 +3142,7 @@ EOF
echo $ac_n "checking for atomicity.h""... $ac_c" 1>&6
echo "configure:3144: checking for atomicity.h" >&5
case "$target" in
*-*-linux* | sparc*-*-*)
*-*-linux* | sparc*-*-* | *-*-freebsd*)
ATOMICITYH=$cpu_include_dir
;;
*-*-aix* | *-*-irix*)