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:
parent
66451e75d3
commit
f770cce7a5
@ -99,7 +99,7 @@ AS_CASE([$host],
|
||||
platform_win32=yes
|
||||
],
|
||||
|
||||
[*-*-linux],
|
||||
[*-*-linux*],
|
||||
[
|
||||
platform_linux=yes
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user