[Goodies-commits] r7395 - xfce4-screenshooter/trunk

Jerome Guelfucci jeromeg at xfce.org
Sat May 23 14:54:03 CEST 2009


Author: jeromeg
Date: 2009-05-23 12:54:03 +0000 (Sat, 23 May 2009)
New Revision: 7395

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/TODO
   xfce4-screenshooter/trunk/configure.ac.in
Log:
	* configure.ac.in: check for libcurl, it is needed by the
	  xmlrpc-c stuff.


Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-05-23 12:45:13 UTC (rev 7394)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-05-23 12:54:03 UTC (rev 7395)
@@ -1,5 +1,10 @@
 2009-05-23 jeromeg
 
+	* configure.ac.in: check for libcurl, it is needed by the
+	  xmlrpc-c stuff.
+
+2009-05-23 jeromeg
+
 	* src/main.c:
 	  - save the last user when we are in CLI.
 		- free the last user when exiting.

Modified: xfce4-screenshooter/trunk/TODO
===================================================================
--- xfce4-screenshooter/trunk/TODO	2009-05-23 12:45:13 UTC (rev 7394)
+++ xfce4-screenshooter/trunk/TODO	2009-05-23 12:54:03 UTC (rev 7395)
@@ -7,11 +7,9 @@
 Before next release:
 
 * the Zimagez code needs a lot of error checking.
-* Save last user when in CLI.
 * Fix last user.
 * Improve the results dialog with a text area and URL in tooltips.
 * Add a pulsy progress bar for the zimagez upload.
-* Add a check for libcurl.
 * Make the zimagez stuff optionnal.
 * Update the documentation.
 * Check for leaks.

Modified: xfce4-screenshooter/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter/trunk/configure.ac.in	2009-05-23 12:45:13 UTC (rev 7394)
+++ xfce4-screenshooter/trunk/configure.ac.in	2009-05-23 12:54:03 UTC (rev 7395)
@@ -56,6 +56,7 @@
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.16.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0])
+XDT_CHECK_PACKAGE([CURL], [libcurl], [7])
 
 dnl **************************
 dnl *** Check for xmlrpc-c ***




More information about the Goodies-commits mailing list