diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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> diff --git a/configure.in b/configure.in index 32ffa6c9..5dd14692 100644 --- a/configure.in +++ b/configure.in @@ -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, |