From 583a38754a8202302023fdf4463a7a0af07203c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 1 Nov 2005 09:01:17 +0000 Subject: [PATCH] Spelling, From Michael Banck git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16271 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d24993bdd..be7966b18 100644 --- a/configure.in +++ b/configure.in @@ -199,7 +199,7 @@ AC_SUBST(dpagaix_ldflags) AC_ARG_ENABLE([afs-support], AC_HELP_STRING([--disable-afs-support], [if you don't want support for AFS])) -if test "$enabls_afs_support" = no; then +if test "$enable_afs_support" = no; then AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.]) fi