From 09034b762bdc19da62867e856cc515b132f381b3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 30 May 2011 00:04:27 +0300 Subject: Fix typo --- redland/redland/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redland') 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)"!="" -- cgit