Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ffd6d9c4
Commit
ffd6d9c4
authored
May 11, 2014
by
Katsumi Yamaoka
Committed by
Paul Eggert
May 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
parent
3c95f44c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
View file @
ffd6d9c4
2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
* configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
Work around bug in pkg-config before 0.26 (Bug#17438).
...
...
configure.ac
View file @
ffd6d9c4
...
...
@@ -1366,7 +1366,7 @@ AC_DEFUN([EMACS_CHECK_MODULES],
emacs_check_module_ok=false
AS_IF([test -n "$PKG_CONFIG" &&
{ $PKG_CONFIG --atleast-pkgconfig-version 0.26 ||
{ $PKG_CONFIG --cflags
"$1"
"$2" && $PKG_CONFIG --libs
"$1"
"$2"; }
{ $PKG_CONFIG --cflags "$2" && $PKG_CONFIG --libs "$2"; }
} >/dev/null 2>&AS_MESSAGE_LOG_FD],
[PKG_CHECK_MODULES([$1], [$2],
[$1_CFLAGS=`AS_ECHO(["$$1_CFLAGS"]) | sed -e "$edit_cflags"`
...
...
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