(register_printf_function): Check for this function.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@793 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-24 03:24:33 +00:00
parent 45914e7bf1
commit 9a01a35270

View file

@ -223,6 +223,11 @@ AC_CHECK_FUNCS(valloc)
#--------------------------------------------------------------------
AC_CHECK_FUNCS(times)
#--------------------------------------------------------------------
# This function needed by NSString for handling of %@ printf directive.
#--------------------------------------------------------------------
AC_CHECK_FUNCS(register_printf_function)
#--------------------------------------------------------------------
# These libraries needed by the check programs for distributed objects
# on Solaris where the socket/network code isn't the regular place. Yuck!