summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-24 02:53:29 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-24 02:53:29 +0300
commit4a5e101859a25590597af961b0ec0c0edbd58c96 (patch)
tree30f3ee1ccc48d6582cdc3fcefcd950a7b36844dc /libxslt
parent31e8c4834f4b790b3a44696d8c5f14dc32e7d37b (diff)
Typo
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index 7c24f9bd22bc..b3567d2e8793 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -118,7 +118,7 @@ CPPFLAGS+:=$(ARCH_FLAGS) -xc99=none
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
.IF "$(OS)"=="IOS"
-CONFIGURE_FLAGS+=--disable-shared
+CONFIGURE_FLAGS=--disable-shared
.ELSE
CONFIGURE_FLAGS=--disable-static
.ENDIF