Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
f8e324b5
Commit
f8e324b5
authored
Oct 20, 2010
by
Roland Levillain
Browse files
Ensure paths passed to `--with-*' options are visited before others.
* m4/oln-with-lib.m4 (OLN_WITH_LIB): Here.
parent
46eae02d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f8e324b5
2010-10-20 Roland Levillain <roland@lrde.epita.fr>
Ensure paths passed to `--with-*' options are visited before others.
* m4/oln-with-lib.m4 (OLN_WITH_LIB): Here.
2010-10-20 Roland Levillain <roland@lrde.epita.fr>
* m4/oln-with-lib.m4: Revert the previous changes.
...
...
m4/oln-with-lib.m4
View file @
f8e324b5
...
...
@@ -80,8 +80,8 @@ AC_DEFUN([_OLN_WITH_LIB],
fi
oln_save_CPPFLAGS=$CPPFLAGS
oln_save_LDFLAGS=$LDFLAGS
CPPFLAGS="$CPPFLAGS $
$5_
CPPFLAGS"
LDFLAGS="$LDFLAGS $
$5_
LDFLAGS"
CPPFLAGS="$
$5_
CPPFLAGS $CPPFLAGS"
LDFLAGS="$
$5_
LDFLAGS $LDFLAGS"
oln_have_$4=no
AC_CHECK_HEADER([$2],
[AC_CHECK_LIB([$3],
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment