diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-30 00:04:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-30 00:04:27 +0300 |
commit | 09034b762bdc19da62867e856cc515b132f381b3 (patch) | |
tree | 39e5f19a0e1f7b8ec5314acb3fb5a27364eac08a /redland | |
parent | c991cd295e52bebbf4d2254459ef945d3f59a913 (diff) |
Fix typo
Diffstat (limited to 'redland')
-rw-r--r-- | redland/redland/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk index f7c6f8a09ab7..bbfe8144bd54 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)"!="" |