Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
5b5a6130
Commit
5b5a6130
authored
Feb 05, 2003
by
Niels Möller
Browse files
(LDFLAGS): --with-lib-path should add to LDFLAGS,
not replace it. Rev: src/nettle/configure.ac:1.17
parent
b4b34ffc
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
5b5a6130
...
...
@@ -27,7 +27,7 @@ AC_ARG_WITH(lib-path,
[with_lib_path=''])
if test x$with_lib_path != x ; then
LDFLAGS="-L `echo $with_lib_path | sed 's/:/ -L /g'`"
LDFLAGS="
$LDFLAGS
-L `echo $with_lib_path | sed 's/:/ -L /g'`"
fi
AC_ARG_ENABLE(public-key,
...
...
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