diff options
author | neilbrown <neilbrown> | 2004-12-10 01:18:36 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2004-12-10 01:18:36 +0000 |
commit | 9f541c7be96ffac96146c62cad3adbd04a39094f (patch) | |
tree | a1e03dcb7d9a6c11ceeb3cc3ed99412f4bf48d3d /configure | |
parent | b3e11098b1eaf65caae2fa0787e9839ce7d5e818 (diff) | |
download | nfs-utils-9f541c7be96ffac96146c62cad3adbd04a39094f.tar.gz nfs-utils-9f541c7be96ffac96146c62cad3adbd04a39094f.tar.xz nfs-utils-9f541c7be96ffac96146c62cad3adbd04a39094f.zip |
release 1.0.7-pre2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -545,7 +545,7 @@ fi # The nfs-utils version -VERSION="1.0.7-pre1" +VERSION="1.0.7-pre2" # Check whether --with-release or --without-release was given. @@ -2096,7 +2096,7 @@ fi fi done if test "x$KRBDIR" = "x"; then - echo "$ac_t"""failed"" 1>&6 + echo "$ac_t"""no"" 1>&6 if test "x$krb5_with" = "x"; then { echo "configure: error: Kerberos v5 with GSS support not found: consider --disable-gss or --with-krb5=" 1>&2; exit 1; } else |