cvs: embed /php-irssi README

[email protected] ("Tal Peer") Thu, 17 Apr 2003 20:54:10 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1050612850@cvsserver>
tal		Thu Apr 17 16:54:10 2003 EDT

  Modified files:              
    /embed/php-irssi	README 
  Log:
  this was fixed already
  
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.16 embed/php-irssi/README:1.17
--- embed/php-irssi/README:1.16	Thu Apr  3 04:59:51 2003
+++ embed/php-irssi/README	Thu Apr 17 16:54:10 2003
@@ -1,6 +1,6 @@
 README
 -----------------------------------------------------------------------
-$Id: README,v 1.16 2003/04/03 09:59:51 bs Exp $
+$Id: README,v 1.17 2003/04/17 20:54:10 tal Exp $
 
 HOWTO:
 
@@ -11,7 +11,7 @@
     % cvs -z3 -d:pserver:[email protected]:/repository co -P php5
     % cd php5
     % ./buildconf
-    % ./configure --prefix=/usr/local/php5 --enable-embed --without-pear
+    % ./configure --prefix=/usr/local/php5 --enable-embed
     % make install
     % cd ..