Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28567/scripts
Modified Files:
php
Log Message:
added gettext support to php (Jean-Luc Parouty / Heiko)
Index: php
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- php 20 Aug 2004 19:57:28 -0000 1.10
+++ php 24 Nov 2004 04:10:29 -0000 1.11
@@ -33,7 +33,7 @@
--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-pgsql --with-snmp \
- --with-imap=$IMAPDIR --with-imap-ssl --with-openssl --with-iconv \
+ --with-imap=$IMAPDIR --with-imap-ssl --with-openssl --with-iconv --with-gettext \
--sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1
#
# not working --enable-xslt --with-kerberos
|