зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1191819 - part 1 - substitute MOZ_BZ2_CFLAGS as a list; r=mshal
We appear to be inconsistent about which CFLAGS variables get substituted as lists (most things relating to widget libraries, for instance) and which are just raw strings (most everything else). This patch is a first step towards making everything a list, which makes the next patch much easier to write. The other variables can be converted as a followup bug.
This commit is contained in:
Родитель
5b16595e9b
Коммит
8ac446bac2
|
@ -8855,7 +8855,7 @@ AC_SUBST(MOZ_NATIVE_BZ2)
|
|||
|
||||
AC_SUBST(MOZ_JPEG_CFLAGS)
|
||||
AC_SUBST_LIST(MOZ_JPEG_LIBS)
|
||||
AC_SUBST(MOZ_BZ2_CFLAGS)
|
||||
AC_SUBST_LIST(MOZ_BZ2_CFLAGS)
|
||||
AC_SUBST_LIST(MOZ_BZ2_LIBS)
|
||||
AC_SUBST(MOZ_PNG_CFLAGS)
|
||||
AC_SUBST_LIST(MOZ_PNG_LIBS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче