From b0c2eeb96cabdec6bb6df9f3124f4aa89bbc1471 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 3 Feb 2001 22:15:00 +0000 Subject: - (bal) Changed order of LIB="" in -with-skey due to library resolving. --- ChangeLog | 3 ++- configure.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9eb268ea2..dc725db8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 32ffa6c93..5dd146924 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, -- cgit v1.2.3