diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-14 04:18:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-14 04:18:25 +0300 |
commit | b85649a634d9a361c5367c7ec41f738cf257cd95 (patch) | |
tree | 2c2e0e366699bf873f6ddc106fdb38f81c064fd1 /redland | |
parent | c7d75e6dd0889c8a097f7bd6808bf69c3218968f (diff) |
Fix typo
Diffstat (limited to 'redland')
-rw-r--r-- | redland/raptor/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk index 1ee2ae5ddbe3..6fc9e4bf0fb6 100644 --- a/redland/raptor/makefile.mk +++ b/redland/raptor/makefile.mk @@ -139,7 +139,7 @@ CONFIGURE_ACTION=autoconf; .$/configure CONFIGURE_FLAGS=--disable-shared .ELSE CONFIGURE_ACTION=.$/configure -CONFIGURE_FKAGS=--disable-static +CONFIGURE_FLAGS=--disable-static .ENDIF # do not enable grddl parser (#i93768#) CONFIGURE_FLAGS+= --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml |