We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa57ba commit 0e2800fCopy full SHA for 0e2800f
configure.ac
@@ -373,7 +373,7 @@ AS_IF([test x$enable_code_coverage = xyes], [
373
AC_ARG_WITH([flux-security], AS_HELP_STRING([--with-flux-security],
374
[Build with flux-security]))
375
AS_IF([test "x$with_flux_security" = "xyes"], [
376
- PKG_CHECK_MODULES([FLUX_SECURITY], [flux-security],
+ PKG_CHECK_MODULES([FLUX_SECURITY], [flux-security >= 0.9.0],
377
[flux_sec_incdir=`$PKG_CONFIG --variable=includedir flux-security`],
378
[flux_sec_incdir=;])
379
AS_IF([test "x$flux_sec_incdir" = x],
0 commit comments