[libsoup/new-io] Add apache2 and apache as possible names for the apache binary



commit fc3426260076fcb7fe05545866327e42da7e50a8
Author: Benjamin Otte <otte gnome org>
Date:   Sun Dec 20 14:52:26 2009 +0100

    Add apache2 and apache as possible names for the apache binary

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7846bf0..03924ad 100644
--- a/configure.in
+++ b/configure.in
@@ -266,7 +266,7 @@ fi
 AC_ARG_WITH(apache-httpd,
 	    AS_HELP_STRING([--with-apache-httpd], [Path to apache httpd (for tests)]),
 	    APACHE_HTTPD="$withval",
-	    [AC_PATH_PROGS(APACHE_HTTPD, httpd2 httpd, no, ${PATH}:/usr/sbin)])
+	    [AC_PATH_PROGS(APACHE_HTTPD, httpd2 httpd apache2 apache, no, ${PATH}:/usr/sbin)])
 if test "$APACHE_HTTPD" != "no"; then
     AC_MSG_CHECKING([Apache version])
     apache_version=`$APACHE_HTTPD -v 2>/dev/null | sed -ne 's/Server version: Apache\///p'`



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]