From ba80669ea4e8847edf3002d127bdb3ca72d6e7a0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 24 Apr 2017 20:40:21 +0200 Subject: [PATCH] configure: remove llabs test --- configure | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure b/configure index 80e2b2694..ef718c524 100755 --- a/configure +++ b/configure @@ -291,15 +291,6 @@ int test(void) } ' -check_cc_snippet llabs ' -#include -int test(void) -{ - llabs(-10); - return 0; -} -' - # # Python # -- 2.47.2