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:
Nathan Froyd 2015-08-06 17:49:12 -04:00
Родитель 5b16595e9b
Коммит 8ac446bac2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)