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/configure.in

    r18214 r18483  
    1212AC_SUBST(VERSION)
    1313
     14
    1415dnl
    1516dnl Set use of fast cgi
     
    7273AC_DEFINE(USE_SQLITE, $USE_SQLITE)
    7374AC_SUBST(USE_SQLITE)
     75
     76dnl
     77dnl Set use of Apache httpd (enabled by default)
     78dnl
     79AC_ARG_ENABLE(apache-httpd, [  --disable-apache-httpd  Disable Apache httpd support], USE_APACHE_HTTPD=0, USE_APACHE_HTTPD=1)
     80AC_DEFINE(USE_APACHE_HTTPD, $USE_APACHE_HTTPD)
     81AC_SUBST(USE_APACHE_HTTPD)
     82
    7483
    7584dnl Checks for programs.
Note: See TracChangeset for help on using the changeset viewer.