diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2005-06-14 13:02:38 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2005-06-14 13:02:38 +0000 |
| commit | e1c263b7a4b60327ea19222d1a2fdc564ff538ce (patch) | |
| tree | ecc78c48331a0f7a78b9fdb8e9b3c2fc062253d9 /config.m4 | |
| parent | 85297207b49badcb30bcf090a2aa210183a79a84 (diff) | |
- imlib version warning removed
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@193 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'config.m4')
| -rw-r--r-- | config.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,9 +13,6 @@ if test "$PHP_IMLIB" != "no"; then if test -x $(which imlib2-config); then IMLIB2_VERSION=$(imlib2-config --version) AC_MSG_RESULT($IMLIB2_VERSION) - if test "$IMLIB2_VERSION" != "1.0.6"; then - AC_MSG_WARN(This extension has been tested with Imlib2 version 1.0.6 only) - fi PHP_EVAL_LIBLINE($(imlib2-config --libs), IMLIB_SHARED_LIBADD) PHP_EVAL_INCLINE($(imlib2-config --cflags)) AC_DEFINE(HAVE_IMLIB,1,[ ]) |
