From 41a0c0039225753b26f2ce61b49fef8d45c616ad Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 21 Jan 2019 10:03:37 +0000 Subject: [PATCH] travis: fix autotools build after --enable-autotools switch addition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: e68777c87ceed02ab199 "autotools: Deprecate the use of autotools" Signed-off-by: Eric Engestrom Acked-by: Tapani Pälli Reviewed-by: Bas Nieuwenhuizen --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7279f3a..67bbf59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -805,7 +805,9 @@ script: mkdir build && cd build && - ../autogen.sh --enable-debug + ../autogen.sh + --enable-autotools + --enable-debug $LIBUNWIND_FLAGS $DRI_LOADERS --with-dri-drivers=$DRI_DRIVERS -- 2.7.4