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.
This commit is contained in:
Emmanuele Bassi 2012-02-10 12:26:43 +00:00
parent 66451e75d3
commit f770cce7a5

View File

@ -99,7 +99,7 @@ AS_CASE([$host],
platform_win32=yes
],
[*-*-linux],
[*-*-linux*],
[
platform_linux=yes
],