summaryrefslogtreecommitdiff
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 9eb268ea2..dc725db8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,8 @@
2 - (bal) I think this is the last of the bsd-*.h that don't belong. 2 - (bal) I think this is the last of the bsd-*.h that don't belong.
3 - (bal) Minor Makefile fix 3 - (bal) Minor Makefile fix
4 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done 4 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
5 right. 5 right.
6 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
6 7
720010103 820010103
8 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 9 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
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,
1216 fi 1216 fi
1217 1217
1218 AC_DEFINE(SKEY) 1218 AC_DEFINE(SKEY)
1219 LIBS="$LIBS -lskey" 1219 LIBS="-lskey $LIBS"
1220 SKEY_MSG="yes" 1220 SKEY_MSG="yes"
1221 1221
1222 AC_CHECK_FUNC(skey_keyinfo, 1222 AC_CHECK_FUNC(skey_keyinfo,