Changeset 83b3901 in mod_gnutls
- Timestamp:
- Oct 20, 2015, 9:40:19 AM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- a61edfd
- Parents:
- 71cac80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r71cac80 r83b3901 99 99 100 100 # Check for Apache binary 101 AC_PATH_PROGS([APACHE2], [apache2 httpd], [no] )101 AC_PATH_PROGS([APACHE2], [apache2 httpd], [no], [$PATH:/usr/sbin]) 102 102 if test "${APACHE2}" = "no"; then 103 103 AC_MSG_WARN([Neither apache2 nor httpd found in \
Note: See TracChangeset
for help on using the changeset viewer.