diff options
Diffstat (limited to 'config/companion_libs/expat.in')
-rw-r--r-- | config/companion_libs/expat.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in new file mode 100644 index 00000000..1dff4a79 --- /dev/null +++ b/config/companion_libs/expat.in @@ -0,0 +1,19 @@ +# expat config file + +choice + bool + prompt "expat version" +# Don't remove next line +# CT_INSERT_VERSION_BELOW + +config EXPAT_V_2_1_0 + bool + prompt "2.1.0" + +endchoice + +config EXPAT_VERSION + string +# Don't remove next line +# CT_INSERT_VERSION_STRING_BELOW + default "2.1.0" if EXPAT_V_2_1_0 |