- (bal) Changed order of LIB="" in -with-skey due to library resolving.
diff --git a/ChangeLog b/ChangeLog
index 9eb268e..dc725db 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 <vinschen@redhat.com>
diff --git a/configure.in b/configure.in
index 32ffa6c..5dd1469 100644
--- a/configure.in
+++ b/configure.in
@@ -1216,7 +1216,7 @@
 			fi
 
 			AC_DEFINE(SKEY)
-			LIBS="$LIBS -lskey"
+			LIBS="-lskey $LIBS"
 			SKEY_MSG="yes" 
 	
 			AC_CHECK_FUNC(skey_keyinfo,