summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-10-23 02:01:22 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-10-23 02:01:22 +0000
commit640063a719556f8569fe848528b39660c6fc31a6 (patch)
tree4630932bfa73011cb01e5093db0cbfa0713bd7d4 /m4
parentc0b46289096f0154a8ab3f8e1c6b8704a4fb6519 (diff)
downloadxine-lib-640063a719556f8569fe848528b39660c6fc31a6.tar.gz
xine-lib-640063a719556f8569fe848528b39660c6fc31a6.tar.bz2
should fix make debug
CVS patchset: 7766 CVS date: 2005/10/23 02:01:22
Diffstat (limited to 'm4')
-rw-r--r--m4/optimizations.m42
1 files changed, 1 insertions, 1 deletions
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*)