Ignore:
Timestamp:
2008-08-08T14:08:27+12:00 (16 years ago)
Author:
davidb
Message:

Fixed typos that meant Apache wasn't seeing PhP when compiling in PASS2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/PHP.sh

    r16683 r16689  
    33package=php
    44version=-5.2.6
     5
     6apache_version=apache_1.3.41
    57
    68progname=$0
     
    1416
    1517opt_run_configure $force_config $auto_config $package $version "$prefix" \
    16   --with-mysql=$prefix \
    17   --with-apache=../apache_1.3.33 \
    18   --with-gd
     18  "--with-mysql=$prefix \
     19   --with-apache=../$apache_version \
     20   --with-gd"
    1921
    2022# --with-jpeg-dir=/usr/local/ --with-zlib-
Note: See TracChangeset for help on using the changeset viewer.