]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: remove llabs test
authorJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 18:40:21 +0000 (20:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 18:40:21 +0000 (20:40 +0200)
configure

index 80e2b26942ddf4ade7c13500728c913700b5ddde..ef718c524757ce67b99b97f55ce21e03a3405d47 100755 (executable)
--- a/configure
+++ b/configure
@@ -291,15 +291,6 @@ int test(void)
 }
 '
 
-check_cc_snippet llabs '
-#include <stdlib.h>
-int test(void)
-{
-  llabs(-10);
-  return 0;
-}
-'
-
 #
 # Python
 #