sniper          Fri Oct 11 22:50:17 2002 EDT

  Modified files:              
    /php4/sapi/embed    config.m4 
  Log:
  Fix typo
  
  
Index: php4/sapi/embed/config.m4
diff -u php4/sapi/embed/config.m4:1.4 php4/sapi/embed/config.m4:1.5
--- php4/sapi/embed/config.m4:1.4       Fri Oct 11 21:18:04 2002
+++ php4/sapi/embed/config.m4   Fri Oct 11 22:50:16 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.4 2002/10/12 01:18:04 sniper Exp $
+dnl $Id: config.m4,v 1.5 2002/10/12 02:50:16 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for embedded SAPI library support)
@@ -22,7 +22,7 @@
       ;;
   esac
 ],[
-  PHP_EMBED=no
+  PHP_EMBED_TYPE=no
 ])
 
 AC_MSG_RESULT($PHP_EMBED_TYPE)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to