From 8776bfe6dd83d8491ff744e77e83e536cac83bde Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 29 Aug 2007 21:01:05 +0000 Subject: Include -lafsrpc in extra libraries when linking against -lafsauthent. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ad20c60..d309f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_CHECK_LIB([afsauthent], [KAM_DeleteUser], [AFS_LIBS="-lafsauthent -lafsrpc -lpthread"], [AFS_LIBS="-lkauth.krb -lauth.krb -lubik -lrxkad -lrx -llwp -lsys" AFS_LIBS="${AFS_LIBS} -lcom_err -lafsutil"], - [-lpthread]) + [-lafsrpc -lpthread]) LDFLAGS="$save_LDFLAGS" AC_SUBST([AFS_LIBS]) -- cgit v1.2.3