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:
Francois-Xavier Le Bail 2024-07-07 15:35:30 +02:00 committed by fxlb
parent d1ae6788c3
commit 3dc8bebab7

View File

@ -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
],[