From: Joel Rosdahl Date: Mon, 22 Nov 2010 20:09:30 +0000 (+0100) Subject: portability: Disable support for long double in snprintf replacement X-Git-Tag: v3.1.3~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=11584a854694a8c0a025fcde5f226c94c60c56c4;p=thirdparty%2Fccache.git portability: Disable support for long double in snprintf replacement ccache doesn't link correctly on HP-UX 11.00 when support for long double is enabled. --- diff --git a/m4/snprintf.m4 b/m4/snprintf.m4 index cf08c5c61..7d3aa068e 100644 --- a/m4/snprintf.m4 +++ b/m4/snprintf.m4 @@ -128,7 +128,9 @@ AC_DEFUN([HW_FUNC_VSNPRINTF], [AC_CHECK_HEADERS([inttypes.h locale.h stddef.h stdint.h]) AC_CHECK_MEMBERS([struct lconv.decimal_point, struct lconv.thousands_sep], [], [], [#include ]) - AC_TYPE_LONG_DOUBLE +dnl ccache doesn't link correctly on HP-UX 11.00 when support for long double +dnl is enabled. +dnl AC_TYPE_LONG_DOUBLE AC_TYPE_LONG_LONG_INT AC_TYPE_UNSIGNED_LONG_LONG_INT AC_TYPE_SIZE_T