Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-screenshooter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikolay Borodin
xfce4-screenshooter
Commits
7cb8a37e
Commit
7cb8a37e
authored
15 years ago
by
Jerome Guelfucci
Browse files
Options
Downloads
Patches
Plain Diff
* 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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
TODO
+0
-2
0 additions, 2 deletions
TODO
configure.ac.in
+1
-0
1 addition, 0 deletions
configure.ac.in
with
6 additions
and
2 deletions
ChangeLog
+
5
−
0
View file @
7cb8a37e
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:
...
...
This diff is collapsed.
Click to expand it.
TODO
+
0
−
2
View file @
7cb8a37e
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
1
−
0
View file @
7cb8a37e
...
...
@@ -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 ***
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment