>From db4c43600fbfe541287a6f8b798d878ce94fcd27 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 20 Nov 2009 12:18:36 +0000 Subject: [PATCH 1/3] LOCAL: REMOVE PRINTF FORMATTER TEST --- daemon/configure.ac | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index bd0bdbe..aa0dc5c 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -195,19 +195,19 @@ AC_CHECK_HEADERS([\ dnl For modified printf, we need glibc either (old-style) dnl register_printf_function or (new-style) register_printf_specifier. -AC_CHECK_FUNC([register_printf_specifier],[ - AC_DEFINE([HAVE_REGISTER_PRINTF_SPECIFIER],[1], - [Define to 1 if you have new-style register_printf_specifier]) - ],[ - AC_CHECK_FUNC([register_printf_function],[ - AC_DEFINE([HAVE_REGISTER_PRINTF_FUNCTION],[1], - [Define to 1 if you have old-style register_printf_function]) - ],[ - AC_MSG_FAILURE( -[No support for glibc-style extended printf formatters. - -This means you either have a very old glibc (pre-2.0) or you -are using some other libc where this is not supported.])])]) +dnl AC_CHECK_FUNC([register_printf_specifier],[ +dnl AC_DEFINE([HAVE_REGISTER_PRINTF_SPECIFIER],[1], +dnl [Define to 1 if you have new-style register_printf_specifier]) +dnl ],[ +dnl AC_CHECK_FUNC([register_printf_function],[ +dnl AC_DEFINE([HAVE_REGISTER_PRINTF_FUNCTION],[1], +dnl [Define to 1 if you have old-style register_printf_function]) +dnl ],[ +dnl AC_MSG_FAILURE( +dnl [No support for glibc-style extended printf formatters. +dnl +dnl This means you either have a very old glibc (pre-2.0) or you +dnl are using some other libc where this is not supported.])])]) dnl Produce output files. AC_CONFIG_HEADERS([config.h]) -- 1.6.5.2