Skip to content

Commit 666f3d4

Browse files
committed
Autoconf: Use V_INCLS to update the list of include search paths
This is the one used in the Makefile depend target via INCLS. (cherry picked from commit 3dc8beb)
1 parent dcc8620 commit 666f3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ AC_ARG_WITH(crypto,
10051005
# Put the subdirectories of the libcrypto root directory
10061006
# at the front of the header and library search path.
10071007
#
1008-
CFLAGS="-I$withval/include $CFLAGS"
1008+
V_INCLS="-I$withval/include $V_INCLS"
10091009
LIBS="-L$withval/lib $LIBS"
10101010
fi
10111011
],[

0 commit comments

Comments
 (0)