aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-29 21:01:05 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-29 21:01:05 +0000
commit8776bfe6dd83d8491ff744e77e83e536cac83bde (patch)
tree533cdb36456752cae09392f66b918fda122589e5 /configure.ac
parentc17ddef341a68239aa26c6da938410d894b60c7f (diff)
Include -lafsrpc in extra libraries when linking against -lafsauthent.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])