Ignore:
Timestamp:
2009-02-10T09:53:43+13:00 (15 years ago)
Author:
davidb
Message:

Addition of Apache's httpd web server (version 2.x) into runtime-src packages; plus changes to configure and Makefile.in scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/configure.in

    r18214 r18483  
    7474AC_DEFINE(USE_SQLITE, $USE_SQLITE)
    7575AC_SUBST(USE_SQLITE)
     76
     77dnl
     78dnl Set use of Apache httpd (enabled by default)
     79dnl
     80AC_ARG_ENABLE(apache-httpd, [  --disable-apache-httpd  Disable Apache httpd support], USE_APACHE_HTTPD=0, USE_APACHE_HTTPD=1)
     81AC_DEFINE(USE_APACHE_HTTPD, $USE_APACHE_HTTPD)
     82AC_SUBST(USE_APACHE_HTTPD)
     83
    7684
    7785dnl Checks for programs.
Note: See TracChangeset for help on using the changeset viewer.