Check for krb5-config.heimdal, too.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 15 Sep 2011 14:44:17 +0000 (16:44 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 15 Sep 2011 14:44:17 +0000 (16:44 +0200)
configure.ac

index 1e349cc16318b3642fb9f91e6559d196d60a4da2..a06be3787747b5605466885bc60b9eaf38a19714 100644 (file)
@@ -1,6 +1,6 @@
 AC_INIT(pam-krb5-migrate, 0.0.9, [jelmer@samba.org])
 AC_PROG_CC
-AC_PATH_PROG(KRB5CONFIG, krb5-config, no)
+AC_PATH_PROGS(KRB5CONFIG, krb5-config krb5-config.heimdal, no)
 AC_CHECK_LIB(pam, pam_get_item, [], [AC_MSG_ERROR([pam not found])])
 save_LIBS="$LIBS"
 LIBS="$LIBS `$ac_cv_path_KRB5CONFIG --libs kadm-client`"