From 83dc14c307d1bab59986815c1d6306ec9c256600 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 7 Jan 2014 01:30:55 +0100 Subject: [PATCH] Revert "configure.ac: desactivate the PHP5 binding if no CLI interpreter is available" This reverts commit a3d53764fa75c30ee9a118088f0a224bc20059e4. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index ecbc1199..a50eb5a7 100644 --- a/configure.ac +++ b/configure.ac @@ -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)