* configure.in (NEW_PROC_API): Escape square brackets when testing
for solaris2.[678]. * configure: Regenerate.
This commit is contained in:
parent
e93c542c45
commit
3423db8257
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-04-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||
|
||||
* configure.in (NEW_PROC_API): Escape square brackets when testing
|
||||
for solaris2.[678].
|
||||
* configure: Regenerate.
|
||||
|
||||
2000-04-07 Scott Bambrough <scottb@netwinder.org>
|
||||
|
||||
* ChangeLog: Correct date on last entry.
|
||||
|
|
2
gdb/configure
vendored
2
gdb/configure
vendored
|
@ -4259,7 +4259,7 @@ EOF
|
|||
EOF
|
||||
|
||||
;;
|
||||
*-*-solaris2.678)
|
||||
*-*-solaris2.[678])
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define NEW_PROC_API 1
|
||||
EOF
|
||||
|
|
|
@ -184,7 +184,7 @@ if test "${target}" = "${host}"; then
|
|||
*-*-unixware* | *-*-sysv4.2* | *-*-sysv5*)
|
||||
AC_DEFINE(NEW_PROC_API)
|
||||
;;
|
||||
*-*-solaris2.[678])
|
||||
*-*-solaris2.[[678]])
|
||||
AC_DEFINE(NEW_PROC_API)
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue