summaryrefslogtreecommitdiffstats
path: root/m4macros
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-06-21 11:54:28 +0200
committerFrancis Dupont <fdupont@isc.org>2021-06-21 11:54:28 +0200
commit7ae513b3ceb454af8bdd641a6f7f9e01b132f099 (patch)
tree3481b133430d9cc41460abb0a3a9ae27b0a61ae0 /m4macros
parent[#1862] The configure warning for Heimdal is now gone (diff)
downloadkea-7ae513b3ceb454af8bdd641a6f7f9e01b132f099.tar.xz
kea-7ae513b3ceb454af8bdd641a6f7f9e01b132f099.zip
[#1909] Commented the CPPFLAGS
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/ax_gssapi.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4macros/ax_gssapi.m4 b/m4macros/ax_gssapi.m4
index 24d6366dd1..946039c44c 100644
--- a/m4macros/ax_gssapi.m4
+++ b/m4macros/ax_gssapi.m4
@@ -33,6 +33,8 @@ else
CXXFLAGS_SAVED="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $GSSAPI_CFLAGS"
+ # In general it is not required but some warnings about compiling to
+ # work but not the preprocessor were reported...
CPPFLAGS_SAVED="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS"