Skip to content

Commit

Permalink
Merge pull request #1 from alecmocatta/patch-1
Browse files Browse the repository at this point in the history
Removed broken check
  • Loading branch information
alecmocatta committed Oct 6, 2012
2 parents 6e6c5b7 + 2c70f3d commit 540847e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ if test "$PHP_BLOOMY" != "no"; then
export OLD_CPPFLAGS="$CPPFLAGS"
export CPPFLAGS="$CPPFLAGS $INCLUDES -DHAVE_BLOOMY"

AC_MSG_CHECKING(PHP version)
AC_TRY_COMPILE([#include <php_version.h>], [
#if PHP_VERSION_ID < 50000
#error this extension requires at least PHP version 4.0.0
#endif
],
[AC_MSG_RESULT(ok)],
[AC_MSG_ERROR([need at least PHP 5.0.0])])

export CPPFLAGS="$OLD_CPPFLAGS"

PHP_SUBST(BLOOMY_SHARED_LIBADD)
Expand Down

0 comments on commit 540847e

Please sign in to comment.