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/job.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/job.yml') diff --git a/azure/job.yml b/azure/job.yml index 646faed755..994ccf0981 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -14,6 +14,7 @@ jobs: - script: | ./buildconf --force ./configure ${{ parameters.configurationParameters }} \ + --enable-option-checking=fatal \ --prefix=/usr \ --enable-phpdbg \ --enable-fpm \ -- cgit v1.2.1