summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-04-17 11:56:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-04-17 14:24:11 +0200
commit9c6897f710867da260100e1100804649012a1a99 (patch)
tree3c80b887ec2d8e1f7d7fb9bbababc897d74b3fe3 /configure.ac
parent8683ceb66c8a0236875deb8c9775a59d2227174c (diff)
HAVE_GCC_BUILTIN_FFS is unused
...ever since it was introduced in 334a9f16cd1d1f9694f885c759903a41aa3d4833 "tdf#113211: fix calculations with big integers". (Only the AC_DEFINE'd #define in config_host/config_global.h.in is used in sal/rtl/math.cxx.) Change-Id: I4b84534b022b96fee725988906c047736e7a579b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92411 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f1539c699b1f..57a243841505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6457,7 +6457,6 @@ fi
AC_SUBST(HAVE_GCC_AVX)
AC_SUBST(HAVE_GCC_BUILTIN_ATOMIC)
-AC_SUBST(HAVE_GCC_BUILTIN_FFS)
AC_SUBST(HAVE_GCC_STACK_CLASH_PROTECTION)
dnl ===================================================================