Annotation of embedaddon/php/ext/recode/config9.m4, revision 1.1

1.1     ! misho       1: dnl
        !             2: dnl $Id: config9.m4 270272 2008-12-01 23:30:21Z johannes $
        !             3: dnl
        !             4: 
        !             5: dnl Check for extensions with which Recode can not work
        !             6: if test "$PHP_RECODE" != "no"; then
        !             7:   test "$PHP_IMAP"  != "no" && recode_conflict="$recode_conflict imap"
        !             8: 
        !             9:   if test -n "$MYSQL_LIBNAME"; then
        !            10:     PHP_CHECK_LIBRARY($MYSQL_LIBNAME, hash_insert, [
        !            11:       recode_conflict="$recode_conflict mysql"
        !            12:     ])
        !            13:   fi
        !            14: 
        !            15:   if test -n "$recode_conflict"; then
        !            16:     AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])
        !            17:   fi
        !            18: fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>