Line 0
Link Here
|
|
|
1 |
--- configure.orig 2018-01-17 21:36:20 UTC |
2 |
+++ configure |
3 |
@@ -12615,23 +12615,11 @@ if test "x$ac_cv_type_unsigned___int128" |
4 |
$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h |
5 |
|
6 |
else |
7 |
- as_ac_Type=`$as_echo "ac_cv_type_unsigned int __attribute__((mode(TI)))" | $as_tr_sh` |
8 |
-ac_fn_c_check_type "$LINENO" "unsigned int __attribute__((mode(TI)))" "$as_ac_Type" "$ac_includes_default" |
9 |
-if eval test \"x\$"$as_ac_Type"\" = x"yes"; then : |
10 |
- |
11 |
-$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h |
12 |
- |
13 |
- |
14 |
-$as_echo "#define MMDB_UINT128_USING_MODE 1" >>confdefs.h |
15 |
- |
16 |
-else |
17 |
|
18 |
$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 1" >>confdefs.h |
19 |
|
20 |
fi |
21 |
|
22 |
-fi |
23 |
- |
24 |
|
25 |
ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "$ac_includes_default" |
26 |
if test "x$ac_cv_type_boolean" = xyes; then : |