aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-05-07 02:00:41 +0000
committerDJ Delorie <dj@redhat.com>2005-05-07 02:00:41 +0000
commit0093138c538288acd259b6aecdee91b6405ba5c4 (patch)
treed6b95e3a7b02353c328e01c570540fbc0af68195 /libiberty/configure.ac
parent61bd574fdd7f6dc1e2ad28fa2a72b8f69858bff2 (diff)
downloadgdb-0093138c538288acd259b6aecdee91b6405ba5c4.zip
gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.gz
gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 92362d0..b11fafb 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -130,7 +130,7 @@ AC_SUBST(OUTPUT_OPTION)
AC_C_CONST
AC_C_INLINE
-AC_C_BIGENDIAN_CROSS
+AC_C_BIGENDIAN
dnl When we start using libtool:
dnl Default to a non shared library. This may be overridden by the
@@ -328,7 +328,7 @@ if test -n "${with_target_subdir}"; then
# dont have to check them here.
# Of the functions in $checkfuncs, newlib only has strerror.
- AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR)
+ AC_DEFINE(HAVE_STRERROR)
setobjs=yes
@@ -367,8 +367,8 @@ AC_SUBST(target_header_dir)
case "${host}" in
*-*-cygwin* | *-*-mingw*)
- AC_DEFINE_NOAUTOHEADER(HAVE_SYS_ERRLIST)
- AC_DEFINE_NOAUTOHEADER(HAVE_SYS_NERR)
+ AC_DEFINE(HAVE_SYS_ERRLIST)
+ AC_DEFINE(HAVE_SYS_NERR)
;;
esac
@@ -406,7 +406,7 @@ if test -z "${setobjs}"; then
# don't have to check them here.
# Of the functions in $checkfuncs, VxWorks only has strerror.
- AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR)
+ AC_DEFINE(HAVE_STRERROR)
setobjs=yes
;;