summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2021-09-20 15:49:56 +0100
committerJoe Orton <jorton@redhat.com>2021-09-20 15:49:56 +0100
commit9b9236a829fa35dd7b5827142cb847930f76d0e8 (patch)
tree87149761f6049edb004bd7ad6f2933ba8a611af5
parent1db782a66f76cb510828590bdaf68d544b8f2570 (diff)
downloadneon-git-9b9236a829fa35dd7b5827142cb847930f76d0e8.tar.gz
* macros/neon.m4 (NEON_GSSAPI): Fix CFLAGS handling.
-rw-r--r--NEWS3
-rw-r--r--macros/neon.m42
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 523899d..d5751da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in release 0.32.1:
+* Fix configure CFLAGS handling in Kerberos detection.
+
Changes in release 0.32.0:
* Interface changes:
- API and ABI backwards-compatible with 0.27.x and later
diff --git a/macros/neon.m4 b/macros/neon.m4
index 8f22d0a..be2d810 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -1142,7 +1142,7 @@ if test "x$KRB5_CONF_TOOL" != "xnone"; then
#endif])])
break
])
- CFLAGS=$ne_save_CPPFLAGS
+ CFLAGS=$ne_save_CFLAGS
NEON_LIBS=$ne_save_LIBS
fi])