Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Mar 2005 08:06:57 +0000 (08:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Mar 2005 08:06:57 +0000 (08:06 +0000)
commit0ae8b51230863c0b135c4fcd2ec70a4cba150897
treee35934332485f528eee8c70a3fd0c9dde524aae5
parent547c136b4f91c2efe38cf612d333eae8c3e2b2b7
Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to
work fine with cross-compiled builds.
ares/acinclude.m4