Bug 1094080 - Add missing m4 quoting in MOZ_RUN_ALL_SUBCONFIGURES. r=mshal

This commit is contained in:
Mike Hommey 2014-11-06 09:29:12 +09:00
Родитель ac80bd5f6c
Коммит 9aefc0509a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -78,9 +78,9 @@ if test "$no_recursion" != yes; then
fi
])
define([MOZ_RUN_ALL_SUBCONFIGURES],
define([MOZ_RUN_ALL_SUBCONFIGURES],[
MOZ_RUN_SUBCONFIGURES([--list subconfigures --skip skip_subconfigures])
)
])
dnl Print error messages in config.log as well as stderr
define([AC_MSG_ERROR],