Skip to content
Snippets Groups Projects
Commit d43e6f77 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-09 16:29:32 by simonm]

remove bogus [ ] in macro for leading underscore test.
parent 64bb812b
No related merge requests found
......@@ -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)
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment