diff --git a/configure b/configure index 1d170c26e8..6bbc7bc218 100755 --- a/configure +++ b/configure @@ -18796,6 +18796,8 @@ $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } + ISC_PRINT_OBJS="print.$O" + ISC_PRINT_SRCS="print.c" ISC_PLATFORM_NEEDPRINTF='#define ISC_PLATFORM_NEEDPRINTF 1' ISC_PLATFORM_NEEDFPRINTF='#define ISC_PLATFORM_NEEDFPRINTF 1' fi diff --git a/configure.in b/configure.in index 8a31775783..05f05c98ec 100644 --- a/configure.in +++ b/configure.in @@ -3361,6 +3361,8 @@ main() { ISC_PLATFORM_NEEDPRINTF='#undef ISC_PLATFORM_NEEDPRINTF' ISC_PLATFORM_NEEDFPRINTF='#undef ISC_PLATFORM_NEEDFPRINTF'], [AC_MSG_RESULT(no) + ISC_PRINT_OBJS="print.$O" + ISC_PRINT_SRCS="print.c" ISC_PLATFORM_NEEDPRINTF='#define ISC_PLATFORM_NEEDPRINTF 1' ISC_PLATFORM_NEEDFPRINTF='#define ISC_PLATFORM_NEEDFPRINTF 1'], [AC_MSG_RESULT([assuming target platform supports %z])