sniper          Sun Feb 15 12:54:20 2004 EDT

  Added files:                 
    /php-src/ext/recode config9.m4 
  Log:
  Prevent bug reports like #27260
  

http://cvs.php.net/co.php/php-src/ext/recode/config9.m4?r=1.1&p=1
Index: php-src/ext/recode/config9.m4
+++ php-src/ext/recode/config9.m4
dnl
dnl $Id: config9.m4,v 1.1 2004/02/15 17:54:19 sniper Exp $
dnl

dnl Check for extensions with which Recode can not work
if test "$PHP_RECODE" != "no"; then
  test "$PHP_IMAP"  != "no" && recode_conflict="$recode_conflict imap"
  test "$PHP_MYSQL" != "no" && recode_conflict="$recode_conflict mysql"
  test "$PHP_YAZ"   != "no" && recode_conflict="$recode_conflict yaz"

  if test -n "$recode_conflict"; then
    AC_MSG_ERROR([recode extension can not be configured together 
with:$recode_conflict])
  fi
fi

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

Reply via email to