summaryrefslogtreecommitdiff
path: root/hunspell/makefile.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <cloph@openoffice.org>2008-06-01 19:43:55 +0000
committerChristian Lohmaier <cloph@openoffice.org>2008-06-01 19:43:55 +0000
commit02c7bd2784e532dd86847f6ab54bdcbb5ade3d79 (patch)
tree009c129650b9be464dc9f3dc07d8e1ea8a641f19 /hunspell/makefile.mk
parent09ca9c3448251e6cebc277ac2e6c75133d2b031d (diff)
--without-readline and --without-ui actually turns on those features (bug in hunspell's configure) - defaults to no anyway
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r--hunspell/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index e9a9bd61920b..1a0d58be370a 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
# This file is part of OpenOffice.org.
#
@@ -52,7 +52,7 @@ PATCH_FILE_NAME=hunspell-1.1.12.patch
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=configure
-CONFIGURE_FLAGS= --disable-shared --without-ui --without-readline --with-pic
+CONFIGURE_FLAGS= --disable-shared --with-pic
BUILD_ACTION=make && make check