Skip to content

Commit 3dc8beb

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.
1 parent d1ae678 commit 3dc8beb

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
@@ -735,7 +735,7 @@ AC_ARG_WITH(crypto,
735735
# Put the subdirectories of the libcrypto root directory
736736
# at the front of the header and library search path.
737737
#
738-
CFLAGS="-I$withval/include $CFLAGS"
738+
V_INCLS="-I$withval/include $V_INCLS"
739739
LIBS="-L$withval/lib $LIBS"
740740
fi
741741
],[

0 commit comments

Comments
 (0)