diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-20 20:26:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-20 20:26:34 +0000 |
commit | 533ac2d1215b0142c9e8889f2b3047796efdb14a (patch) | |
tree | 4be71e7501d369bfac1140c3d276ed4991b0b6f4 /gnu/usr.bin/cvs/configure | |
parent | cbe77f58e958ec919aaeb0ca03c5ec5ca29c6e0d (diff) |
No need to link with -lasn1 or -lcom_err anymore.
Diffstat (limited to 'gnu/usr.bin/cvs/configure')
-rw-r--r-- | gnu/usr.bin/cvs/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/configure b/gnu/usr.bin/cvs/configure index 2a5f79e76d8..520c8425a06 100644 --- a/gnu/usr.bin/cvs/configure +++ b/gnu/usr.bin/cvs/configure @@ -4021,7 +4021,7 @@ EOF includeopt="${includeopt} -I$GSSAPI/include/kerberosV" # FIXME: This is ugly, but these things don't seem to be standardized. if test "$ac_cv_header_gssapi_h" = "yes"; then - LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -lcrypto -ldes -lcom_err" + LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lcrypto -ldes" else LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -ldes -lcom_err" fi |