From 10bc5d96cb30c4ae65c4c6264b373fe5c4f748ec Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 19 Nov 2009 14:37:34 +0100 Subject: [PATCH] Move comment out of register_printf_function test --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index ed16e07e9..a8818a965 100644 --- a/configure.in +++ b/configure.in @@ -372,12 +372,12 @@ AC_TRY_RUN( [AC_MSG_RESULT([no])], [AC_MSG_RESULT([no])]) +dnl check for the new register_printf_specifier function with len argument, +dnl or the deprecated register_printf_function without AC_CHECK_FUNC( [register_printf_specifier], - dnl new specifier functions with argument length [AC_DEFINE(HAVE_PRINTF_SPECIFIER)], [AC_CHECK_FUNC( - dnl deprecated function without argument length [register_printf_function], [AC_DEFINE(HAVE_PRINTF_FUNCTION)], [