From: simonm Date: Tue, 9 Sep 1997 16:29:32 +0000 (+0000) Subject: [project @ 1997-09-09 16:29:32 by simonm] X-Git-Tag: Approx_2487_patches~1509 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d43e6f77ad2d52810ec1789136baeae77171f638;p=ghc-hetmet.git [project @ 1997-09-09 16:29:32 by simonm] remove bogus [ ] in macro for leading underscore test. --- 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) ])