- (bal) Changed order of LIB="" in -with-skey due to library resolving.

This commit is contained in:
Ben Lindstrom 2001-02-03 22:15:00 +00:00
parent 1c56a01c87
commit b0c2eeb96c
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
- (bal) I think this is the last of the bsd-*.h that don't belong.
- (bal) Minor Makefile fix
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
right.
right.
- (bal) Changed order of LIB="" in -with-skey due to library resolving.
20010103
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>

View File

@ -1216,7 +1216,7 @@ AC_ARG_WITH(skey,
fi
AC_DEFINE(SKEY)
LIBS="$LIBS -lskey"
LIBS="-lskey $LIBS"
SKEY_MSG="yes"
AC_CHECK_FUNC(skey_keyinfo,