chiark / gitweb /
Fix httpdir handling typo
authorRichard Kettlewell <rjk@greenend.org.uk>
Wed, 18 Nov 2009 17:21:16 +0000 (17:21 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Wed, 18 Nov 2009 17:21:16 +0000 (17:21 +0000)
configure.ac

index ee452c95b3629f2040a8eb3a50bdbe9c94fe93d0..80cc04f88ff5d1800e4c762255321b383a5448b3 100644 (file)
@@ -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"