libxslt r1484 - trunk



Author: wbrack
Date: Sat Jul 26 19:42:39 2008
New Revision: 1484
URL: http://svn.gnome.org/viewvc/libxslt?rev=1484&view=rev

Log:
*configure.in: fixed option --with-debugger with patch from Arun Ragnavan #544829

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Jul 26 19:42:39 2008
@@ -387,7 +387,7 @@
 dnl 
 dnl Is debugger support requested
 dnl
-AC_ARG_WITH(with_debugger, [  --with-debugger        Add the debugging support (on)])
+AC_ARG_WITH(debugger, [  --with-debugger        Add the debugging support (on)])
 if test "$with_debugger" = "no" ; then
     echo Disabling debugger
     WITH_DEBUGGER=0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]