]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix detection of libaceclnt for securid_sam2
authorGreg Hudson <ghudson@mit.edu>
Fri, 28 Oct 2016 14:13:13 +0000 (10:13 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 9 Jan 2017 19:56:15 +0000 (14:56 -0500)
The symbol we need is SD_Init(), not sd_init().

(cherry picked from commit 081ee2f7d98b939bf7b4866845d4243b5ca3992c)

ticket: 8512
version_fixed: 1.14.5

src/configure.in

index b2a8675900b95dcbfc5c1b344934f2bb38f19997..ecb3e3754fdd87dee9018b48f304f0160a1bf6a2 100644 (file)
@@ -1236,7 +1236,7 @@ AC_SUBST(LDAP)
 sam2_plugin=""
 old_CFLAGS=$CFLAGS
 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-AC_CHECK_LIB(aceclnt, sd_init, [
+AC_CHECK_LIB(aceclnt, SD_Init, [
             AC_MSG_NOTICE([Enabling RSA securID support])
             sam2_plugin=plugins/preauth/securid_sam2
             ])