[Goodies-commits] r3610 - xfce4-sensors-plugin/trunk

Fabian Nowak timystery at xfce.org
Mon Nov 19 19:43:06 CET 2007


Author: timystery
Date: 2007-11-19 18:43:06 +0000 (Mon, 19 Nov 2007)
New Revision: 3610

Modified:
   xfce4-sensors-plugin/trunk/configure.in.in
Log:
inserted a missing bracket at the end of an AC_DEFINE in line 140.


Modified: xfce4-sensors-plugin/trunk/configure.in.in
===================================================================
--- xfce4-sensors-plugin/trunk/configure.in.in	2007-11-18 19:13:27 UTC (rev 3609)
+++ xfce4-sensors-plugin/trunk/configure.in.in	2007-11-19 18:43:06 UTC (rev 3610)
@@ -137,7 +137,7 @@
 ])
 
 if test x"$enable_debug" = x"yes"; then
-    AC_DEFINE([DEBUG], [1], [Set this to 1 to enable full debugging.)
+    AC_DEFINE([DEBUG], [1], [Set this to 1 to enable full debugging.])
     AC_DEFINE([DEBUG_TRACE], [1],
         [Set this to 1 to enable full trace debugging.]
     )
@@ -157,7 +157,7 @@
 
 dnl Substitute in Makefile
 dnl AC_SUBST(OS)
-dnl where's that crap from?
+dnl where is that crap from?
 
 AC_CHECK_FUNCS([gethostname])
 AC_CHECK_FUNCS([memset])
@@ -229,3 +229,4 @@
 fi
 echo
 echo "==============================================================="
+




More information about the Goodies-commits mailing list