From 640063a719556f8569fe848528b39660c6fc31a6 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 23 Oct 2005 02:01:22 +0000 Subject: should fix make debug CVS patchset: 7766 CVS date: 2005/10/23 02:01:22 --- m4/optimizations.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/optimizations.m4 b/m4/optimizations.m4 index 9b45563ea..85f70f154 100644 --- a/m4/optimizations.m4 +++ b/m4/optimizations.m4 @@ -82,7 +82,7 @@ AC_DEFUN([AC_OPTIMIZATIONS], [ AC_TRY_CFLAGS("-Wall", wall="-Wall", wall="") CFLAGS="$wall ${CFLAGS}" - DEBUG_CFLAGS="$wall ${CFLAGS}" + DEBUG_CFLAGS="$wall ${DEBUG_CFLAGS}" case "$host_or_hostalias" in i?86-* | k?-* | athlon-* | pentium*) -- cgit v1.2.3