mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Autoconf: Use V_INCLS to update the list of include search paths
This is the one used in the Makefile depend target via INCLS.
This commit is contained in:
parent
d1ae6788c3
commit
3dc8bebab7
@ -735,7 +735,7 @@ AC_ARG_WITH(crypto,
|
||||
# Put the subdirectories of the libcrypto root directory
|
||||
# at the front of the header and library search path.
|
||||
#
|
||||
CFLAGS="-I$withval/include $CFLAGS"
|
||||
V_INCLS="-I$withval/include $V_INCLS"
|
||||
LIBS="-L$withval/lib $LIBS"
|
||||
fi
|
||||
],[
|
||||
|
Loading…
Reference in New Issue
Block a user