root/trunk/freewrt/package/apr/Config.in

Revision 2068, 365 bytes (checked in by austriancoder, 2 years ago)
  • user can enable threading in apr * tab fixes * cleaner solution to get subversion compiling * fix of depends
Line 
1 config FWRT_PACKAGE_APR
2         prompt "apr............................... Apache Portable Runtime"
3         tristate
4         default n
5         help
6           Apache Portable Runtime
7
8           http://apr.apache.org
9
10 config FWRT_PACKAGE_APR_THREADING
11         prompt "  Enable threading support"
12         bool
13         default n
14         depends FWRT_PACKAGE_APR
15         help
16           Enable threading support in APR.
Note: See TracBrowser for help on using the browser.