From fd1d579fee735dce1a36e4733b0d44d0ea47b902 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 4 Jun 2010 14:44:52 +0200 Subject: [configure] add /usr/sbin and /sbin to the path when searching for lighttpd Signed-off-by: Michael Olbrich --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cce4e4e..f03d055 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ if test "x$HAVE_PYTHON" != "xyes"; then AC_MSG_ERROR([Python not found.]) fi -AC_PATH_PROG([LIGHTTPD],[lighttpd],,) +AC_PATH_PROG([LIGHTTPD],[lighttpd],,$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin) if test -z "$LIGHTTPD"; then AC_MSG_ERROR([lighttpd not found. Define LIGHTTPD=/path/to/lighttpd or make sure lighttpd is in \$PATH]) fi -- cgit v1.2.3