From: Richard Kettlewell Date: Wed, 18 Nov 2009 17:21:16 +0000 (+0000) Subject: Fix httpdir handling typo X-Git-Tag: 5.0~60 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/7627372e9d5ad3283bfaace12bc9ae2b2e57c23b Fix httpdir handling typo --- 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"