summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-03 22:15:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-03 22:15:00 +0000
commitb0c2eeb96cabdec6bb6df9f3124f4aa89bbc1471 (patch)
tree5d652e1963679087e625562bb08b2c5e35424c87
parent1c56a01c87d6051bc0da2d0567304d757e092f0d (diff)
- (bal) Changed order of LIB="" in -with-skey due to library resolving.
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9eb268ea..dc725db8 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 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,