summaryrefslogtreecommitdiff
blob: 0e917020e91a7a8ed6870aedbef473317f924fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/511752
https://sourceware.org/ml/libffi-discuss/2014/msg00059.html

--- include/ffi.h.in
+++ include/ffi.h.in
@@ -221,7 +221,7 @@ typedef struct {
 #endif
 } ffi_cif;
 
-#if HAVE_LONG_DOUBLE_VARIANT
+#if @HAVE_LONG_DOUBLE_VARIANT@
 /* Used to adjust size/alignment of ffi types.  */
 void ffi_prep_types (ffi_abi abi);
 # endif