mirror of
https://github.com/reactos/ccache.git
synced 2025-02-17 01:29:06 +00:00
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.
This commit is contained in:
parent
9f9bd49108
commit
11584a8546
@ -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 <locale.h>])
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user