Skip to content
Snippets Groups Projects
Commit 7cb8a37e authored by Jerome Guelfucci's avatar Jerome Guelfucci
Browse files

* configure.ac.in: check for libcurl, it is needed by the

	  xmlrpc-c stuff.


(Old svn revision: 7395)
parent a6076392
No related branches found
No related tags found
No related merge requests found
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:
......
......@@ -7,11 +7,9 @@ as in thunar and xfdesktop.
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.
......
......@@ -56,6 +56,7 @@ XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
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 ***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment