diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4eaf062..0caff4b 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,6 @@ AC_ARG_WITH(apachectl, [ AC_PATH_PROGS(APACHECTL, [apache2ctl apachectl], "notfound", "$withval:$PATH") ], [ AC_PATH_PROGS(APACHECTL, [apache2ctl apachectl], "notfound", "/usr/local/apache/bin:/usr/local/bin:/usr/sbin:$PATH")]) - # # Checking that we have Apache version 2 # |