Revert "configure.ac: desactivate the PHP5 binding if no CLI interpreter is available"

This reverts commit a3d53764fa.
This commit is contained in:
Benjamin Dauvergne 2014-01-07 01:30:55 +01:00
parent ce3cab2e5a
commit 83dc14c307
1 changed files with 0 additions and 4 deletions

View File

@ -430,10 +430,6 @@ else
enable_php5=no
fi
if test "x$PHP" = "x"; then
enable_php5=no
fi
AC_MSG_RESULT($enable_php5)
AM_CONDITIONAL([PHP5_ENABLED], [test "x$enable_php5" = "xyes"])
AC_SUBST(PHP5_VERSION)