summaryrefslogtreecommitdiff
path: root/security/heimdal-devel/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/heimdal-devel/files/patch-configure.ac')
-rw-r--r--security/heimdal-devel/files/patch-configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/heimdal-devel/files/patch-configure.ac b/security/heimdal-devel/files/patch-configure.ac
new file mode 100644
index 000000000000..048b6c83b622
--- /dev/null
+++ b/security/heimdal-devel/files/patch-configure.ac
@@ -0,0 +1,10 @@
+--- configure.ac.orig 2019-06-07 06:21:39 UTC
++++ configure.ac
+@@ -153,6 +153,7 @@ AC_ARG_ENABLE(kx509,
+ if test "$enable_kx509" != no ;then
+ AC_DEFINE([KX509], 1, [Define to enable kx509.])
+ fi
++AM_CONDITIONAL(KX509, test "$enable_kx509" != no)
+
+ dnl Need to test if pkg-config exists
+ PKG_PROG_PKG_CONFIG