diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-23 13:12:34 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-23 13:12:34 +0000 |
commit | d214970144bd43c2fb21339b2d15ea97fac84cd5 (patch) | |
tree | 79d45e824072d60f9f0ad1a1579f35193854c1a8 | |
parent | a2a39d917f946312d75104c8c4ba18dea1d89f62 (diff) | |
download | xine-lib-d214970144bd43c2fb21339b2d15ea97fac84cd5.tar.gz xine-lib-d214970144bd43c2fb21339b2d15ea97fac84cd5.tar.bz2 |
Fixed DEBUG_CFLAGS, build a real debug version now.
CVS patchset: 1760
CVS date: 2002/04/23 13:12:34
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 37faa942c..cbe04bd71 100644 --- a/configure.in +++ b/configure.in @@ -155,7 +155,7 @@ dnl dnl debug cflags dnl AC_SUBST(DEBUG_CFLAGS) -DEBUG_CFLAGS="$CFLAGS -g -DEBUG" +DEBUG_CFLAGS="$CFLAGS -g -DDEBUG" dnl dnl threads |