Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        configure.ac 


Log Message:
Added debugging stuff. Thanks to digitalfallout.
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/configure.ac,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.ac        1 Nov 2003 20:24:11 -0000       1.10
+++ configure.ac        7 Nov 2003 22:33:28 -0000       1.11
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.10 2003/11/01 20:24:11 tsauerbeck Exp $
+dnl $Id: configure.ac,v 1.11 2003/11/07 22:33:28 tsauerbeck Exp $
 
 AC_INIT(src/eplayer.c)
 
@@ -29,7 +29,9 @@
 
 AC_ARG_ENABLE(debug,
        [  --enable-debug          debug build (default: no)], [
-               AC_DEFINE([DEBUG], [], [Define to 1 if you want debugging output])
+               AC_DEFINE([DEBUG_LEVEL], [999], [
+                       Define to 999 if you want much debugging output
+               ])
                CFLAGS=`echo "$CFLAGS -g -Wall" | sed s/" -s"//`
        ])
 




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to