diff options
Diffstat (limited to 'src/external/krb5.m4')
-rw-r--r-- | src/external/krb5.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/external/krb5.m4 b/src/external/krb5.m4 index 1c1c3e5e2..1a50bf1c7 100644 --- a/src/external/krb5.m4 +++ b/src/external/krb5.m4 @@ -91,4 +91,5 @@ AC_CHECK_HEADER([krb5/locate_plugin.h], ]) AM_CONDITIONAL([BUILD_KRB5_LOCATOR_PLUGIN], [test x$have_locate_plugin = xyes -a x$build_locator = xyes]) - +AM_COND_IF([BUILD_KRB5_LOCATOR_PLUGIN], + [AC_DEFINE_UNQUOTED(HAVE_KRB5_LOCATOR_PLUGIN, 1, [Build with krb5 locator plugin])]) |