mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-24 15:32:27 +00:00
Fixed underscore detection to work on Snow Leopard.
This commit is contained in:
parent
36cf1b7528
commit
aab2017cf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user