summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-30 00:04:27 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-30 00:04:27 +0300
commitf66e7931612264005a5c64e247c641a7ed39cb71 (patch)
tree53ecec22ec612afd446bff5fe758dd7dcc087441
parent7f68a802e78a96cc619f2f0de837668388a12ed9 (diff)
Fix typo
-rw-r--r--redland/redland/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk
index f7c6f8a..bbfe814 100644
--- a/redland/redland/makefile.mk
+++ b/redland/redland/makefile.mk
@@ -131,7 +131,7 @@ CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH"
.IF "$(OS)"=="IOS"
CONFIGURE_FLAGS=--disable-shared
.ELSE
-CONFIGURE_FKAGS=--disable-static
+CONFIGURE_FLAGS=--disable-static
.ENDIF
CONFIGURE_FLAGS+= --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml
.IF "$(CROSS_COMPILING)"!=""