mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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