mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
build: Don't use bash string substitution in configure.ac
Use the shell-neutral version. https://bugzilla.gnome.org/show_bug.cgi?id=651256
This commit is contained in:
parent
efadc439a4
commit
cb321e0e5f
@ -241,7 +241,7 @@ AS_CASE(
|
||||
)
|
||||
|
||||
# strip leading spaces
|
||||
COGL_EXTRA_CFLAGS="$COGL_EXTRA_CFLAGS ${MAINTAINER_CFLAGS/# }"
|
||||
COGL_EXTRA_CFLAGS="$COGL_EXTRA_CFLAGS ${MAINTAINER_CFLAGS#* }"
|
||||
|
||||
|
||||
dnl ============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user