* configure.ac: Remove ia64-*-aix* junk.

* configure: Regenerate.
This commit is contained in:
Mark Kettenis 2005-01-21 13:18:21 +00:00
parent a3828db05a
commit b8667b6191
3 changed files with 3 additions and 9 deletions

View File

@ -1,5 +1,8 @@
2005-01-21 Mark Kettenis <kettenis@gnu.org>
* configure.ac: Remove ia64-*-aix* junk.
* configure: Regenerate.
* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
is necessary.

6
gdb/configure vendored
View File

@ -17385,12 +17385,6 @@ _ACEOF
_ACEOF
;;
ia64-*-aix*)
cat >>confdefs.h <<\_ACEOF
#define NEW_PROC_API 1
_ACEOF
;;
*-*-unixware* | *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
cat >>confdefs.h <<\_ACEOF
#define NEW_PROC_API 1

View File

@ -706,9 +706,6 @@ if test "${target}" = "${host}"; then
AC_DEFINE(START_INFERIOR_TRAPS_EXPECTED,2)
AC_DEFINE(sys_quotactl)
;;
ia64-*-aix*)
AC_DEFINE(NEW_PROC_API)
;;
*-*-unixware* | *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
AC_DEFINE(NEW_PROC_API)
;;