From: Bruce S. <bl...@us...> - 2004-04-14 15:43:39
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30048/scripts Modified Files: php Log Message: Fixed typo. (hopefully it won't cause any compile time aborts :) Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- php 11 Jan 2004 14:43:04 -0000 1.7 +++ php 14 Apr 2004 15:43:30 -0000 1.8 @@ -32,9 +32,9 @@ ./configure --with-apxs2=/usr/sbin/apxs --with-mysql=/usr --disable-cgi --with-openssl --with-zlib --with-bz2 --enable-calendar \ --with-jpeg-dir=/usr --enable-dba --with-gdbm --with-db4 --with-inifile --with-flatfile --with-dom --with-dom-xslt \ --with-config-file-path=/etc --with-dom-exslt --enable-ftp --with-gd --with-gmp \ - --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-msession--with-pgsql --with-snmp \ + --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-msession --with-pgsql --with-snmp \ --with-imap=$IMAPDIR --with-imap-ssl \ - --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 + --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 # # not working --enable-xslt --with-kerberos # do not use --with-cyrus |