mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 973310 - Accomodate for OpenBSD's m4 greedyness with patsub's regexp after bug 967556 r=glandium
This commit is contained in:
parent
d48706ca99
commit
80b322e2cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user