From b5e6a478e88f45bd690045aaf12f664c4d1daa10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 10 Jun 2021 11:36:52 +0100 Subject: [PATCH] HAVE_FIREBIRD_30 is not used anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If318cd33356c0082a63cbd941cdfc753c9d800e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116977 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- config_host/config_firebird.h.in | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) diff --git a/config_host/config_firebird.h.in b/config_host/config_firebird.h.in index b56056cf6ae9..edfbb2df62b4 100644 --- a/config_host/config_firebird.h.in +++ b/config_host/config_firebird.h.in @@ -7,6 +7,4 @@ Settings for Firebird #define ENABLE_FIREBIRD_SDBC 0 -#define HAVE_FIREBIRD_30 0 - #endif diff --git a/configure.ac b/configure.ac index fea4aff131cc..7fc03600df25 100644 --- a/configure.ac +++ b/configure.ac @@ -10127,7 +10127,6 @@ int fb_api_is_30(void) { return 0; } AC_MSG_RESULT([none]) else dnl Embedded Firebird has version 3.0 - AC_DEFINE(HAVE_FIREBIRD_30, 1) dnl We need libatomic_ops for any non X86/X64 system if test "${CPUNAME}" != INTEL -a "${CPUNAME}" != X86_64; then dnl ===================================================================