- (bal) Changed order of LIB="" in -with-skey due to library resolving.
This commit is contained in:
parent
1c56a01c87
commit
b0c2eeb96c
|
@ -2,7 +2,8 @@
|
||||||
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
||||||
- (bal) Minor Makefile fix
|
- (bal) Minor Makefile fix
|
||||||
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
|
- (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
|
20010103
|
||||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
|
@ -1216,7 +1216,7 @@ AC_ARG_WITH(skey,
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFINE(SKEY)
|
AC_DEFINE(SKEY)
|
||||||
LIBS="$LIBS -lskey"
|
LIBS="-lskey $LIBS"
|
||||||
SKEY_MSG="yes"
|
SKEY_MSG="yes"
|
||||||
|
|
||||||
AC_CHECK_FUNC(skey_keyinfo,
|
AC_CHECK_FUNC(skey_keyinfo,
|
||||||
|
|
Loading…
Reference in New Issue