Browse Source

- minor version is 0

migration/RELEASE_1_0_0
Pierre Joye 21 years ago
parent
commit
6160b285f7
  1. 2
      ext/gd/config.m4

2
ext/gd/config.m4

@ -208,7 +208,7 @@ AC_DEFUN([PHP_GD_CHECK_VERSION],[
AC_MSG_ERROR("No GD 2.x found")
fi
if test 1 -le $GD_VERSION_MINOR; then
if test 0 -le $GD_VERSION_MINOR; then
AC_MSG_ERROR("No GD 2.x found")
fi

Loading…
Cancel
Save