1 Assume that the functionality is not present
3 Patch written by Holger Hans Peter Freyther, and fetched from
4 http://lists.gnu.org/archive/html/lightning/2014-11/msg00002.html.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 configure.ac | 6 +++---
9 1 file changed, 3 insertions(+), 3 deletions(-)
11 diff --git a/configure.ac b/configure.ac
12 index 031279d..a36bed6 100644
15 @@ -184,7 +184,7 @@ elif test $cpu = x86; then
17 return (edx & 1 << 26) ? 0 : 1;
19 - ]])],[ac_cv_test_x86_x87=yes],[][])
20 + ]])],[ac_cv_test_x86_x87=yes],[],[ac_cv_test_x86_x87=no])
21 elif test $cpu = arm; then
22 AC_RUN_IFELSE([AC_LANG_SOURCE([[
24 @@ -207,7 +207,7 @@ elif test $cpu = arm; then
28 - ]])],[ac_cv_test_arm_arm=yes],[][])
29 + ]])],[ac_cv_test_arm_arm=yes],[],[ac_cv_test_arm_arm=no])
30 AC_RUN_IFELSE([AC_LANG_SOURCE([[
33 @@ -229,7 +229,7 @@ elif test $cpu = arm; then
37 - ]])],[ac_cv_test_arm_swf=yes],[][])
38 + ]])],[ac_cv_test_arm_swf=yes],[],[ac_cv_test_arm_swf=no])