From 3dc8bebab7767158637e0c690b111d5485cfa53c Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 7 Jul 2024 15:35:30 +0200 Subject: [PATCH] Autoconf: Use V_INCLS to update the list of include search paths This is the one used in the Makefile depend target via INCLS. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a1bb466..c9985b50 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ],[