summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2005-06-14 13:02:38 +0000
committerpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2005-06-14 13:02:38 +0000
commite1c263b7a4b60327ea19222d1a2fdc564ff538ce (patch)
treeecc78c48331a0f7a78b9fdb8e9b3c2fc062253d9
parent85297207b49badcb30bcf090a2aa210183a79a84 (diff)
- imlib version warning removed
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@193 455248ca-bdda-0310-9134-f4ebb693071a
-rw-r--r--config.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/config.m4 b/config.m4
index 3befe3a..8f4cd3c 100644
--- a/config.m4
+++ b/config.m4
@@ -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,[ ])