summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index d0a49bbd78d..dcb3732b318 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -39,7 +39,9 @@ then
fi
# Make sure to enable all features that affect "make dist"
+# Remember that configure restricts the man pages to the configured features !
./configure \
--with-maria-storage-engine \
+ --with-embedded-server \
--with-ndbcluster
make