From c5ce8032ad281e80ad125831d21e1b349ac1f2af Mon Sep 17 00:00:00 2001 From: John Hughes Date: Sat, 5 Sep 1998 06:58:40 -0600 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0cd3754d2d67..57ce57d9ccaa 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; -- 2.43.5