From 7627372e9d5ad3283bfaace12bc9ae2b2e57c23b Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Wed, 18 Nov 2009 17:21:16 +0000 Subject: [PATCH] Fix httpdir handling typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ee452c9..80cc04f 100644 --- a/configure.ac +++ b/configure.ac @@ -286,7 +286,7 @@ if test $want_cgi = yes; then fi done ]) - if test "$rjk_cv_cgiexecdir" = "not found"; then + if test "$rjk_cv_httpdir" = "not found"; then AC_MSG_ERROR([cannot identify httpd documentroot. Set httpdir on configure command line]) fi httpdir="$rjk_cv_httpdir" -- 2.11.0