Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
df4e35a8
Commit
df4e35a8
authored
Nov 08, 2018
by
Massimo Valentini
Committed by
Jehan
Nov 08, 2018
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2454
: recent libwmf uses pkg-config.
parent
baa8aadc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
configure.ac
configure.ac
+4
-1
No files found.
configure.ac
View file @
df4e35a8
...
...
@@ -1991,7 +1991,10 @@ if test "x$with_wmf" != xno; then
WMF_LIBS=`$WMF_CONFIG --libs`
WMF_CFLAGS=`$WMF_CONFIG --cflags`
else
have_libwmf="no (libwmf is too old)"
have_libwmf=yes
PKG_CHECK_MODULES(WMF, libwmf >= wmf_required_version,
FILE_WMF='file-wmf$(EXEEXT)',
have_libwmf="no (libwmf not found)")
fi
else
have_libwmf="no (libwmf not found)"
...
...
Jehan
@Jehan
mentioned in commit
9cb1b661
·
Nov 08, 2018
mentioned in commit
9cb1b661
mentioned in commit 9cb1b661639d174f1682aff5401e5ffac2d6c565
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment