From f770cce7a5b0efaac3ae5732fe9673d68528b8d3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 10 Feb 2012 12:26:43 +0000 Subject: [PATCH] build: Fix platform_linux check Missing * at the end. As a side effect, this commit enables the ABI check when running make check inside the clutter/ directory. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9578d62..2846201 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ AS_CASE([$host], platform_win32=yes ], - [*-*-linux], + [*-*-linux*], [ platform_linux=yes ], -- 2.7.4