summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-20 18:25:50 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-20 18:25:50 +0300
commit5015b3375fc436401a8199f7e83d7c5b429db617 (patch)
treeae29e633eccc54f86347d3078c5216172e9bd1d9
parentd6fd5fef4055c99b296d2daf39bdf8ea044a23f4 (diff)
Bypass when SYSTEM_MYTHES=YES for WNTGCC, too
-rw-r--r--mythes/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index b0054c9..a229766 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -93,6 +93,7 @@ OUT2INC += mythes.hxx
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"
+.IF "$(SYSTEM_MYTHES)" != "YES"
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --with-pic \
HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \
@@ -104,6 +105,7 @@ CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff
BUILD_ACTION=make
+.ENDIF
.ELSE
BUILD_ACTION=dmake
.ENDIF # "$(COM)"=="GCC"