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.16-beta1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081ee2f7d98b939bf7b4866845d4243b5ca3992c;p=thirdparty%2Fkrb5.git Fix detection of libaceclnt for securid_sam2 The symbol we need is SD_Init(), not sd_init(). ticket: 8512 (new) target_version: 1.15-next target_version: 1.14-next tags: pullup --- diff --git a/src/configure.in b/src/configure.in index 63c7469efd..2c7be74b69 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1255,7 +1255,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