From: Greg Hudson Date: Fri, 28 Oct 2016 14:13:13 +0000 (-0400) Subject: Fix detection of libaceclnt for securid_sam2 X-Git-Tag: krb5-1.15-beta2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a11259a401aac2997193271c69bffce0260141;p=thirdparty%2Fkrb5.git Fix detection of libaceclnt for securid_sam2 The symbol we need is SD_Init(), not sd_init(). (cherry picked from commit 081ee2f7d98b939bf7b4866845d4243b5ca3992c) ticket: 8512 version_fixed: 1.15 --- diff --git a/src/configure.in b/src/configure.in index fde09a1ef3..037c9f3161 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1254,7 +1254,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]) K5_GEN_MAKEFILE(plugins/preauth/securid_sam2) sam2_plugin=plugins/preauth/securid_sam2