Ignore:
Timestamp:
2009-10-28T18:18:39+13:00 (15 years ago)
Author:
ak19
Message:

Katherine has made changes to the toplevel configure.in and runtime-src configure.in (and their configure) files to fix the recent problem of Oran and Dr Bainbridge's code changes not working together: Oran's code successfully got the libexpat and libiconv libraries statically linked into library.cgi while Dr Bainbridge got the apache web server code to statically link successfully against the libiconv library in common-src. However, Oran's changes when included would cause compilation to fail to generate the apache-httpd output folder (it wasn't being compiled up in fact). Katherine's changes now allow it all to work together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure.in

    r20842 r20853  
    7575
    7676dnl
    77 dnl Set use of Apache httpd (enabled by default)
    78 dnl
    79 AC_ARG_ENABLE(apache-httpd, [  --disable-apache-httpd  Disable Apache httpd support], USE_APACHE_HTTPD=0, USE_APACHE_HTTPD=1)
     77dnl Set use of Apache httpd (disabled by default)
     78dnl
     79AC_ARG_ENABLE(apache-httpd, [  --enable-apache-httpd  Enable Apache httpd support], USE_APACHE_HTTPD=1, USE_APACHE_HTTPD=0)
    8080AC_DEFINE(USE_APACHE_HTTPD, $USE_APACHE_HTTPD)
    8181AC_SUBST(USE_APACHE_HTTPD)
Note: See TracChangeset for help on using the changeset viewer.