Commit 5f796a95 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

add --with-tokudb to the configure script. address #390

git-svn-id: file:///svn/mysql/tokudb-engine/src@2467 c7de825b-a66e-492c-adef-691d508d4ae1
parent c0ed6120
......@@ -3,12 +3,12 @@
EXTRA_DIST = ha_tokudb.h CMakeFiles.txt plug.in tokudb_probes.d
# this is for regular mysql builds
# INCLUDES = $(MYSQL_INC)
# INCLUDES = $(MYSQL_INC) $(TOKUDB_INC)
# this is for debug mysql builds
INCLUDES = -DDBUG_ON -DSAFE_MUTEX -DEXTRA_DEBUG -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX $(MYSQL_INC)
INCLUDES = -DDBUG_ON -DSAFE_MUTEX -DEXTRA_DEBUG -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX $(MYSQL_INC) $(TOKUDB_INC)
LIBS=-ldb
LIBS= -ltokudb
DTRACE = @DTRACE@
DTRACEFLAGS = @DTRACEFLAGS@
......
......@@ -69,6 +69,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* tokudb release */
#undef TOKUDB_RELEASE
/* Version number of package */
#undef VERSION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment