Diff for /embedaddon/php/ext/mysql/config.m4 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:41 version 1.1.1.3, 2013/07/22 01:31:55
Line 97  Note that the MySQL client library is not bundled anym Line 97  Note that the MySQL client library is not bundled anym
   done    done
   
   if test -z "$MYSQL_LIB_DIR"; then    if test -z "$MYSQL_LIB_DIR"; then
       MYSQL_LIB_CHK(lib/x86_64-linux-gnu)
     fi
     if test -z "$MYSQL_LIB_DIR"; then
       MYSQL_LIB_CHK(lib/i386-linux-gnu)
     fi
   
     if test -z "$MYSQL_LIB_DIR"; then
     AC_MSG_ERROR([Cannot find lib$MYSQL_LIBNAME under $MYSQL_DIR.      AC_MSG_ERROR([Cannot find lib$MYSQL_LIBNAME under $MYSQL_DIR.
 Note that the MySQL client library is not bundled anymore!])  Note that the MySQL client library is not bundled anymore!])
   fi    fi

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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