[Libreoffice-commits] core.git: configure.ac
Andrzej J.R. Hunt
andrzej at ahunt.org
Wed Sep 4 04:47:14 PDT 2013
configure.ac | 14 --------------
1 file changed, 14 deletions(-)
New commits:
commit 290bfcd2fdb44a52943f6fdc134d2565cbb83db3
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Sep 5 10:24:35 2013 +0100
Remove unneeded configure.ac firebird parts.
Change-Id: I2a6997d62d4e12d67261fbfe07e71fbd816cde04
Reviewed-on: https://gerrit.libreoffice.org/5807
Reviewed-by: Andrzej J.R. Hunt <andrzej at ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej at ahunt.org>
diff --git a/configure.ac b/configure.ac
index 3da20ce..2f20dd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8405,20 +8405,6 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
SYSTEM_FIREBIRD=NO
FIREBIRD_CFLAGS="-I${WORKDIR}/UnpackedTarball/firebird/include"
FIREBIRD_LIBS="-lfbembed"
- dnl FIREBIRD_LIBS="-L${OUTDIR}/lib -lfbclient"
-
- dnl TODO: Checking to build IBPP in case we want to use it for the SDBC driver
-
- dnl dnl HP-UX atomic routines are in atomic library, not standard C library.
- dnl dnl If we can't find atomic routines in vendor library, look for atomic_ops.
- dnl AC_SEARCH_LIBS(atomic_inc, atomic,,
- dnl AC_CHECK_LIB(atomic_ops, main))
-
- dnl dnl check for tommath presence
- dnl save_LIBS=$LIBS
- dnl AC_CHECK_HEADER(tommath.h,,AC_MSG_ERROR(Include file for tommath not found - please install development tommath package))
- dnl AC_CHECK_LIB(tommath, mp_init, TOMMATH_LIBS=-ltommath, AC_MSG_ERROR(Library tommath not found - please install development tommath package))
- dnl LIBS=$save_LIBS
BUILD_TYPE="$BUILD_TYPE FIREBIRD"
ENABLE_FIREBIRD_SDBC="TRUE"
More information about the Libreoffice-commits
mailing list