Bug 973310 - Accomodate for OpenBSD's m4 greedyness with patsub's regexp after bug 967556 r=glandium

This commit is contained in:
Landry Breuil 2014-02-25 07:44:21 +01:00
Родитель d48706ca99
Коммит 80b322e2cd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -19,6 +19,6 @@ dnl More recent versions of autoconf are essentially doing this.
define([ac_cv_func_], [ac_cv_func2_])dnl
define([_AC_CHECK_FUNC],defn([AC_CHECK_FUNC]))dnl
define([AC_CHECK_FUNC], [dnl
patsubst(_AC_CHECK_FUNC($@), [#include.*], [#define $1 innocuous_$1
patsubst(_AC_CHECK_FUNC($@), [#include.*$], [#define $1 innocuous_$1
\&
#undef $1])])dnl