chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
50e32bd
)
Fix httpdir handling typo
author
Richard Kettlewell
<rjk@greenend.org.uk>
Wed, 18 Nov 2009 17:21:16 +0000
(17:21 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Wed, 18 Nov 2009 17:21:16 +0000
(17:21 +0000)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index ee452c95b3629f2040a8eb3a50bdbe9c94fe93d0..80cc04f88ff5d1800e4c762255321b383a5448b3 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-286,7
+286,7
@@
if test $want_cgi = yes; then
fi
done
])
fi
done
])
- if test "$rjk_cv_
cgiexec
dir" = "not found"; then
+ if test "$rjk_cv_
http
dir" = "not found"; then
AC_MSG_ERROR([cannot identify httpd documentroot. Set httpdir on configure command line])
fi
httpdir="$rjk_cv_httpdir"
AC_MSG_ERROR([cannot identify httpd documentroot. Set httpdir on configure command line])
fi
httpdir="$rjk_cv_httpdir"