configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.

8
        * configure.in: Do not assume x86-svr4 or x86-unixware can handle
        stabs.

From-SVN: r22264
This commit is contained in:
John Hughes 1998-09-05 06:58:40 -06:00 committed by Jeff Law
parent ab03db526f
commit c5ce8032ad
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ if [ x${with_stabs} = x ]; then
case "${target}" in
mips*-*-irix6*)
;;
mips*-*-* | alpha*-*-osf* | i[3456]86*-*-sysv4* | i[3456]86*-*-unixware*)
mips*-*-* | alpha*-*-osf*)
with_stabs=yes;
withoptions="${withoptions} --with-stabs"
;;