V0.8: Fix autoconf warning.

This just copies the same change that was done for development over to V0.8.
This commit is contained in:
Cary R 2011-11-23 10:48:42 -08:00
parent 4dee700ca5
commit 66b4843987
1 changed files with 1 additions and 1 deletions

2
aclocal.m4 vendored
View File

@ -25,7 +25,7 @@ AC_SUBST(install_suffix)
# - the object file produced by AC_COMPILE_IFELSE is called "conftest.$ac_objext"
# - the nm(1) utility is available, and its name is "nm".
AC_DEFUN([_AX_C_UNDERSCORES_MATCH_IF],
[AC_COMPILE_IFELSE([void underscore(void){}],
[AC_COMPILE_IFELSE([AC_LANG_SOURCE([void underscore(void){}])],
[AS_IF([nm conftest.$ac_objext|grep $1 >/dev/null 2>/dev/null],[$2],[$3])],
[AC_MSG_ERROR([underscore test crashed])]
)])