aboutsummaryrefslogtreecommitdiff
path: root/libs/libstrophe/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libstrophe/Config.in')
-rw-r--r--libs/libstrophe/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/libstrophe/Config.in b/libs/libstrophe/Config.in
new file mode 100644
index 000000000..ec45f754c
--- /dev/null
+++ b/libs/libstrophe/Config.in
@@ -0,0 +1,14 @@
+choice
+ depends on PACKAGE_libstrophe
+ prompt "Select XML library"
+ default libstrophe-expat
+
+config libstrophe-expat
+ bool "expat"
+ select PACKAGE_libexpat
+
+config libstrophe-libxml2
+ bool "libxml2"
+ select PACKAGE_libxml2
+
+endchoice