[clutter] build: Fix platform_linux check



commit f770cce7a5b0efaac3ae5732fe9673d68528b8d3
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Feb 10 12:26:43 2012 +0000

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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
         ],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]