summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/aclocal.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index fad947138..8b7183df9 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -322,7 +322,7 @@ dnl set $(KRB4) from --with-krb4=value -- WITH_KRB4
dnl
define(WITH_KRB4,[
AC_ARG_WITH([krb4],
-[ --without-krb4 don't include Kerberos V4 backwards compatibility
+[ --without-krb4 don't include Kerberos V4 backwards compatibility
--with-krb4 use V4 libraries included with V5 (default)
--with-krb4=KRB4DIR use preinstalled V4 libraries],
,
@@ -341,8 +341,8 @@ else
KDB4_LIB='$(TOPLIBD)/libkdb4.a'
else
AC_MSG_RESULT(preinstalled krb4 in $withval)
- KRB4_LIB="$(withval)/lib/libkrb.a"' $(TOPLIBD)/libdes425.a'
- KDB4_LIB="$(withval)/libkdb.a"
+ KRB4_LIB="$withval/lib/libkrb.a"' $(TOPLIBD)/libdes425.a'
+ KDB4_LIB="$withval/libkdb.a"
fi
fi
AC_SUBST(KRB4_LIB)