diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index ddaf6fd..2f42f2e 100644 --- a/configure.in +++ b/configure.in @@ -59,15 +59,6 @@ jm_PREREQ_MBSWIDTH AC_FUNC_VFORK gt_UNION_WAIT -AC_CHECK_FUNC(parse_printf_format, gt_cv_func_parse_printf_format=yes, - gt_cv_func_parse_printf_format=no) -if test $gt_cv_func_parse_printf_format = yes; then - AC_DEFINE(HAVE_PARSE_PRINTF_FORMAT, 1, - [Define if you have the parse_printf_format() function.]) -else - LIBOBJS="$LIBOBJS printf-prs.o" -fi - AM_FUNC_ERROR_AT_LINE gt_SETLOCALE |