From a45192e183d456b3288e466b51137e7e2a5e2cf6 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 2 Jul 2019 22:29:54 +0200 Subject: Enable option checking on CI This adds the Autoconf's --enable-option-checking=fatal option so when non existing option from the PHP's configure options is used a fatal error happens. --- azure/i386/job.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/i386') diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 09bca0918e..1183906fce 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -15,6 +15,7 @@ jobs: export LDFLAGS=-L/usr/lib/i386-linux-gnu export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config ./configure ${{ parameters.configurationParameters }} \ + --enable-option-checking=fatal \ --prefix=/usr \ --enable-phpdbg \ --enable-fpm \ -- cgit v1.2.1