summaryrefslogtreecommitdiff
path: root/bdb
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-06-09 15:48:57 +0200
committerserg@serg.mylan <>2005-06-09 15:48:57 +0200
commit62c2a636d6a1e259e8e420ce9a50658187361077 (patch)
tree99838edf4799e9efdccfe0e9a943c3d6843f9509 /bdb
parent96ee8cc0d50e600f21f64f6ed6cdab6ce6e4685d (diff)
downloadmariadb-git-62c2a636d6a1e259e8e420ce9a50658187361077.tar.gz
sql/mysql_priv.h
comments, unused flag OPTION_INTERNAL_SUBTRANSACTIONS removed SELECT_ALL flag moved into this free slot.
Diffstat (limited to 'bdb')
-rw-r--r--bdb/dist/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdb/dist/configure.ac b/bdb/dist/configure.ac
index 98cf0f63b39..0bf53972f54 100644
--- a/bdb/dist/configure.ac
+++ b/bdb/dist/configure.ac
@@ -161,7 +161,8 @@ bsdi*) optimize_def="-O2";;
freebsd*)
optimize_def="-O2"
CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
- LDFLAGS="$LDFLAGS -pthread";;
+ #LDFLAGS="$LDFLAGS -pthread"
+ ;;
hpux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT";;
irix*) optimize_def="-O2"
CPPFLAGS="$CPPFLAGS -D_SGI_MP_SOURCE";;