From aab2017cf7de47310aa23b7066dda773c099cb9d Mon Sep 17 00:00:00 2001 From: "Clifford T. Matthews" Date: Sat, 5 Dec 2009 17:35:31 -0700 Subject: [PATCH] Fixed underscore detection to work on Snow Leopard. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 731ffc4..c2af57c 100644 --- a/configure.ac +++ b/configure.ac @@ -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