build the des425 library all the time and these need to be define
for "make check."
This is required when compiling --without-krb4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12086
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-02-28 Ezra Peisach <epeisach@mit.edu>
+
+ * aclocal.m4: Define DES425_LIB and DES425_DEPLIB all the time. We
+ build the des425 library all the time and these need to be define
+ for "make check."
+
2000-02-07 Tom Yu <tlyu@mit.edu>
* aclocal.m4: Kludge in the old test for tcl so that we have some
AC_MSG_RESULT(no krb4 support)
KRB4_LIB=
KRB4_DEPLIB=
- DES425_LIB=
- DES425_DEPLIB=
KRB4_INCLUDES=
KRB4_LIBPATH=
KRB524_DEPLIB=
krb5_cv_krb4_libdir=
else
ADD_DEF(-DKRB5_KRB4_COMPAT)
- DES425_DEPLIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)'
- DES425_LIB=-ldes425
if test $withval = yes; then
AC_MSG_RESULT(built in krb4 support)
KRB4_DEPLIB='$(TOPLIBD)/libkrb4$(DEPLIBEXT)'
AC_SUBST(KRB4_DEPLIB)
AC_SUBST(KRB524_DEPLIB)
AC_SUBST(KRB524_LIB)
+dnl We always compile the des425 library
+DES425_DEPLIB='$(TOPLIBD)/libdes425$(DEPLIBEXT)'
+DES425_LIB=-ldes425
AC_SUBST(DES425_DEPLIB)
AC_SUBST(DES425_LIB)
])dnl