[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Adonthell-commits] CVS: adonthell configure.in,1.75,1.76
From: |
Alexandre Courbot <address@hidden> |
Subject: |
[Adonthell-commits] CVS: adonthell configure.in,1.75,1.76 |
Date: |
Sun, 29 Sep 2002 15:09:03 -0400 |
Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv1456
Modified Files:
configure.in
Log Message:
Enabled Python debugging by default.
Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** configure.in 28 Sep 2002 10:14:47 -0000 1.75
--- configure.in 29 Sep 2002 19:09:01 -0000 1.76
***************
*** 50,55 ****
builddoc=$enableval, builddoc=no)
AC_ARG_ENABLE(py-debug,
! [ --enable-py-debug Enable debugging of Python scripts (disabled by
default)],
! pydebug=$enableval, pydebug=no)
AC_ARG_WITH(ogg,
[ --with-ogg=DIR Set where the Ogg library is located])
--- 50,55 ----
builddoc=$enableval, builddoc=no)
AC_ARG_ENABLE(py-debug,
! [ --disable-py-debug Disable debugging of Python scripts (enabled by
default)],
! pydebug=$enableval, pydebug=yes)
AC_ARG_WITH(ogg,
[ --with-ogg=DIR Set where the Ogg library is located])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Adonthell-commits] CVS: adonthell configure.in,1.75,1.76,
Alexandre Courbot <address@hidden> <=