diff options
author | foobar <sniper@php.net> | 2001-06-23 10:21:00 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-06-23 10:21:00 +0000 |
commit | cc6a1b20fd477858a5405235a406ae0604add699 (patch) | |
tree | 364fcc7ec8a21c10d9ef141164f8ab9cc202d636 /ext/oracle | |
parent | 045acafc5229261b1820a56c8effca211c747feb (diff) | |
download | php-git-cc6a1b20fd477858a5405235a406ae0604add699.tar.gz |
Moved some messages to the end of configure process so they are easier
to notice.
Diffstat (limited to 'ext/oracle')
-rw-r--r-- | ext/oracle/config.m4 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index 7dc8722936..2150b01700 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -34,15 +34,6 @@ if test "$PHP_ORACLE" != "no"; then fi AC_MSG_RESULT($ORACLE_DIR) - if test "$PHP_SIGCHILD" != "yes"; then - echo "+--------------------------------------------------------------------+" - echo "| Notice: |" - echo "| If you encounter <defunc> processes when using a local Oracle-DB |" - echo "| please recompile PHP and specify --enable-sigchild when configuring|" - echo "| (This problem has been reported un Linux using Oracle >= 8.1.5) |" - echo "+--------------------------------------------------------------------+" - fi - if test -d "$ORACLE_DIR/rdbms/public"; then PHP_ADD_INCLUDE($ORACLE_DIR/rdbms/public) fi |