mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
cogl/configure.ac: AC_SUBST an empty MAINTAINER_CFLAGS
For compatibility with the way we build Cogl as part of Clutter we now substitute an empty MAINTAINER_CFLAGS variable. When building Cogl standalone all our extra CFLAGS go through COGL_EXTRA_CFLAGS so the separate MAINTAINER_CFLAGS aren't used, but automake will get confused if a substitution isn't made.
This commit is contained in:
parent
a14e400dc9
commit
d2e74d3a94
@ -704,6 +704,10 @@ AC_SUBST(COGL_DEP_LIBS)
|
||||
AC_SUBST(COGL_EXTRA_CFLAGS)
|
||||
AC_SUBST(COGL_EXTRA_LDFLAGS)
|
||||
|
||||
# just for compatability with the clutter build...
|
||||
MAINTAINER_CFLAGS=
|
||||
AC_SUBST(MAINTAINER_CFLAGS)
|
||||
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
cogl/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user