diff options
author | DJ Delorie <dj@delorie.com> | 2005-05-07 02:00:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-05-07 02:00:41 +0000 |
commit | 79f268fabbfdffe37332b3728c4e01f1a209f22d (patch) | |
tree | ad5ce02a32a1711bb900c07a530b3de2667adca2 /libiberty/configure.ac | |
parent | d4a556e08e0a97632b8709cf36591d9660ed30d6 (diff) | |
download | gdb-79f268fabbfdffe37332b3728c4e01f1a209f22d.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 92362d0b8b6..b11fafbcae9 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 ;; |