summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-05 10:24:35 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-04 11:46:49 +0000
commit290bfcd2fdb44a52943f6fdc134d2565cbb83db3 (patch)
tree64f73ba42d0dfd9c9b8c4110cb5659b7ec2afc33
parent03fe1dc6ff8fbc1091515825d04a87778c22757d (diff)
Remove unneeded configure.ac firebird parts.
Change-Id: I2a6997d62d4e12d67261fbfe07e71fbd816cde04 Reviewed-on: https://gerrit.libreoffice.org/5807 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 3da20ce6fe24..2f20dd1de6a8 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"