ec45f754c67018549c61c2ab831fbb2af8d8eb92
[librecmc/package-feed.git] / libs / libstrophe / Config.in
1 choice
2         depends on PACKAGE_libstrophe
3         prompt "Select XML library"
4         default libstrophe-expat
5
6 config libstrophe-expat
7         bool "expat"
8         select PACKAGE_libexpat
9
10 config libstrophe-libxml2
11         bool "libxml2"
12         select PACKAGE_libxml2
13
14 endchoice