summaryrefslogtreecommitdiffstats
path: root/libs/raptor/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'libs/raptor/CONFIGURE')
-rwxr-xr-xlibs/raptor/CONFIGURE13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/raptor/CONFIGURE b/libs/raptor/CONFIGURE
index 08673aed6f..9992eb7b29 100755
--- a/libs/raptor/CONFIGURE
+++ b/libs/raptor/CONFIGURE
@@ -27,17 +27,4 @@ else
config_query_list RAPTOR_WWWLIB \
"Which WWW library do you want to use?" \
xml curl libwww none
-fi &&
-
-#
-# RSS Tag Soup requires libxml2
-#
-if echo $RAPTOR_LIST | grep -q "rss-tag-soup" ||
- [ "$RAPTOR_PARSELIST" == "y" ]; then
- persistent_add RAPTOR_PARSER &&
- RAPTOR_PARSER="libxml"
-else
- config_query_list RAPTOR_PARSER \
- "Which XML parser do you want to use?" \
- libxml expat
fi