Commit 66dfa143 by Loren J. Rittle Committed by Benjamin Kosnik

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
parent d9068c61
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.
......
......@@ -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*)
......
......@@ -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*)
......
......@@ -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*)
......
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