From 803cfe32e657c3c3f3776f1470fd598f5e6a107a Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Mon, 30 Jun 2014 12:30:24 +0200 Subject: [PATCH] --enable-fpm for the travis build --- travis/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/compile.sh b/travis/compile.sh index 899fb5a335..cc8b03be86 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -13,6 +13,7 @@ fi ./configure --quiet \ $DEBUG \ $TS \ +--enable-fpm \ --with-pdo-mysql=mysqlnd \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ -- 2.40.0