Re: [gamin] Release of gamin-0.0.24



On Fri, 2005-02-18 at 10:16 -0500, Daniel Veillard wrote:

There is a small issue with the debugging if not enabled (or maybe
explicitly disabled), and it do not seem to be fixed in the latest cvs.
Patch attached.


Regards,

-- 
Martin Schlemmer

--- 1/gamin-0.0.24/configure.in	2005-02-23 23:11:29.000000000 +0200
+++ 2/gamin-0.0.24/configure.in	2005-02-23 23:10:54.000000000 +0200
@@ -144,9 +144,10 @@
 
 if test x$debug = xyes ; then
     AC_DEFINE([GAMIN_DEBUG], [], [Enable debugging messages])
-    AM_CONDITIONAL(GAMIN_DEBUG, test x$debug = xyes)
 fi
 
+AM_CONDITIONAL(GAMIN_DEBUG, test x$debug = xyes)
+
 debug_api=no
 if test "`hostname`" == "paphio" -a "`pwd`" == "/u/veillard/gamin"
 then

Attachment: signature.asc
Description: This is a digitally signed message part



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