From 11aef062bb508e8869b418768c681ffd83891b01 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Wed, 29 Jan 2025 00:15:40 +0100 Subject: [PATCH] Fix gcc15 stricter check for headers Signed-off-by: Mikel Olasagasti Uranga --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fa1bc2b..bd58f4c 100644 --- a/configure.ac +++ b/configure.ac @@ -330,7 +330,7 @@ use_spf="no" if test "x$SPF2_INCLUDE" != "x" -a "x$SPF2_LIB" != "x" then use_spf="yes" - if test -f ${SPF2_INCLUDE}/spf.h + if test -f ${SPF2_INCLUDE}/spf2/spf.h then AC_DEFINE(HAVE_SPF2_H, 1, [Define to 1 if you have libspf2's `spf.h'])