Fixed underscore detection to work on Snow Leopard.

This commit is contained in:
Clifford T. Matthews 2009-12-05 17:35:31 -07:00
parent 36cf1b7528
commit aab2017cf7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ AC_TYPE_SIZE_T
AC_C_VOLATILE
AC_LTDL_SYMBOL_USCORE
if test x"$ac_cv_sys_symbol_underscore" = xyes ; then
if test x"$lt_cv_sys_symbol_underscore" = xyes ; then
AC_DEFINE(HAVE_SYMBOL_UNDERSCORE, 1,
[Define if C symbols have leading underscores])
fi