Changeset 18485


Ignore:
Timestamp:
2009-02-10T10:18:27+13:00 (15 years ago)
Author:
davidb
Message:

Tweak to get --enable-apache-httpd working correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/configure

    r18484 r18485  
    3232MICO_DIR=default
    3333# Apache's httpd (web server) enabled by default
    34 USE_APACHE_HTTPD=true
     34USE_APACHE_HTTPD=false
    3535
    3636# parse any arguments given from toplevel configure
     
    7070        ;;       
    7171    --enable-apache-httpd)
    72         USE_APACHE_HTTPD=false
     72        USE_APACHE_HTTPD=true
    7373        ;;
    7474    --prefix=*)
     
    193193  gzip -dc httpd-2.2.11.tar.gz | tar -xf -
    194194  cd httpd-2.2.11&& \
    195     ./configure $CACHE_FILE --with-layout=Apache --enable-most --prefix="${prefix}/apache-httpd" --eprefix="${prefix}/apache-httpd/bin/${GSDLOS}" $HOSTTARGETFLAGS
     195    ./configure $CACHE_FILE --with-layout=Apache --enable-most --prefix="${prefix}/apache-httpd" --exec-prefix="${prefix}/apache-httpd/bin/${GSDLOS}" $HOSTTARGETFLAGS
    196196else
    197197  echo "Apache httpd support disabled"
    198   echo ""
    199 fi
    200 
    201 
     198  echo "add --enable-apache-httpd to the configure command to enable this"
     199  echo ""
     200fi
     201
     202
Note: See TracChangeset for help on using the changeset viewer.