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
LSH
lsh
Commits
d1b87c0f
Commit
d1b87c0f
authored
Feb 15, 2004
by
Niels Möller
Browse files
No spaces after -I and -L flags.
Rev: src/spki/configure.ac:1.9
parent
0fd623fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spki/configure.ac
View file @
d1b87c0f
...
...
@@ -13,7 +13,7 @@ AC_ARG_WITH(include-path,
[with_include_path=''])
if test x$with_include_path != x ; then
CPPFLAGS="$CPPFLAGS -I
`echo $with_include_path | sed 's/:/ -I
/g'`"
CPPFLAGS="$CPPFLAGS -I`echo $with_include_path | sed 's/:/ -I/g'`"
fi
AC_ARG_WITH(lib-path,
...
...
@@ -21,7 +21,7 @@ AC_ARG_WITH(lib-path,
[with_lib_path=''])
if test x$with_lib_path != x ; then
LDFLAGS="$LDFLAGS -L
`echo $with_lib_path | sed 's/:/ -L
/g'`"
LDFLAGS="$LDFLAGS -L`echo $with_lib_path | sed 's/:/ -L/g'`"
fi
LSH_RPATH_INIT([`echo $with_lib_path | sed 's/:/ /g'` \
...
...
Write
Preview
Supports
Markdown
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