From db6a84d79e4293194dfa0f68f7ac7dc66bb9c5d5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 26 Jul 2007 09:15:12 +0000 Subject: Fixed symbol prefix detection. Typo fixes. --- acinclude.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index dae5e223..a7bc0fa7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -93,12 +93,12 @@ if test "$tmp_do_check" = "yes"; then [ac_cv_sys_symbol_underscore=no cat > conftest.$ac_ext < $ac_nlist) && test -s "$ac_nlist"; then + if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \| cut -d \' \' -f 2 \> $ac_nlist) && test -s "$ac_nlist"; then # See whether the symbols have a leading underscore. if egrep '^_nm_test_func' "$ac_nlist" >/dev/null; then ac_cv_sys_symbol_underscore=yes @@ -110,7 +110,7 @@ EOF fi fi else - echo "configure: cannot run $global_symbol_pipe" >&AC_FD_CC + echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AC_FD_CC fi else echo "configure: failed program was:" >&AC_FD_CC -- cgit v1.2.1