diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-10-23 02:01:22 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-10-23 02:01:22 +0000 |
commit | 640063a719556f8569fe848528b39660c6fc31a6 (patch) | |
tree | 4630932bfa73011cb01e5093db0cbfa0713bd7d4 /m4 | |
parent | c0b46289096f0154a8ab3f8e1c6b8704a4fb6519 (diff) | |
download | xine-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.m4 | 2 |
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*) |