Skip to content
GitLab
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
08ce907e
Commit
08ce907e
authored
Jan 08, 1999
by
Niels Möller
Browse files
Add -I$srcdir (needed for lsh_types.h to be found, when compiling in
subdirectories, with VPATH). Rev: src/configure.in:1.24
parent
97c9659e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configure.in
View file @
08ce907e
...
...
@@ -23,7 +23,7 @@ If this does not work, please use an absolute path to the configure script. ])
esac
# We want to compile the crypto lib for use with lsh
CPPFLAGS="$CPPFLAGS -I$srcdir/include -DLSH"
CPPFLAGS="$CPPFLAGS -I$srcdir/include
-I$srcdir
-DLSH"
# GNU libc defaults to supplying the ISO C library functions only.
# initgroups() and strsignal() are extensions; the _GNU_SOURCE define
...
...
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