Changeset 52c3f68 in mod_gnutls for configure.ac
- Timestamp:
- May 16, 2015, 6:26:44 AM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 7813802
- Parents:
- 03295a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r03295a9 r52c3f68 93 93 test "$PDFLATEX" != "no"]) 94 94 95 # Check for apache2ctl or apachectl 96 AC_PATH_PROGS([APACHECTL], [apache2ctl apachectl], [no]) 97 if test "${APACHECTL}" = "no"; then 98 AC_MSG_WARN([Neither apache2ctl nor apachectl found in \ 99 PATH. Test suite will fail.]) 100 fi 101 95 102 MODULE_CFLAGS="${LIBGNUTLS_CFLAGS} ${SRP_CFLAGS} ${MSVA_CFLAGS} ${APR_MEMCACHE_CFLAGS} ${APXS_CFLAGS} ${AP_INCLUDES} ${APR_INCLUDES} ${APU_INCLUDES} ${STRICT_CFLAGS}" 96 103 MODULE_LIBS="${APR_MEMCACHE_LIBS} ${LIBGNUTLS_LIBS}"
Note: See TracChangeset
for help on using the changeset viewer.