From d43e6f77ad2d52810ec1789136baeae77171f638 Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 9 Sep 1997 16:29:32 +0000 Subject: [PATCH] [project @ 1997-09-09 16:29:32 by simonm] remove bogus [ ] in macro for leading underscore test. --- aclocal.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 05e0334..620ec35 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -58,7 +58,7 @@ dnl ** check for leading underscores in symbol names AC_DEFUN(AC_UNDERSCORE, [AC_CHECK_LIB(elf, nlist, LIBS="-lelf $LIBS")dnl AC_CACHE_CHECK([leading underscore in symbol names], ac_cv_lead_uscore, -[# +# # Hack!: nlist() under Digital UNIX insist on there being an _, # but symbol table listings show none. What is going on here?!? # @@ -83,8 +83,7 @@ changequote([, ])dnl #endif exit(1); }], ac_cv_lead_uscore=yes, ac_cv_lead_uscore=no, ac_cv_lead_uscore=NO) -fi -]) +fi); LeadingUnderscore=`echo $ac_cv_lead_uscore | sed 'y/yesno/YESNO/'` AC_SUBST(LeadingUnderscore) ]) -- 1.7.10.4