2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_MYSQL
|
2005-11-07 18:26:35 +00:00
|
|
|
tristate
|
2005-05-27 05:38:03 +00:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
|
2005-04-01 00:05:07 +00:00
|
|
|
config BR2_PACKAGE_LIBMYSQLCLIENT
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libmysqlclient.................... MySQL client library"
|
2005-05-27 05:38:03 +00:00
|
|
|
tristate
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 02:16:36 +00:00
|
|
|
select BR2_COMPILE_MYSQL
|
2005-04-01 00:05:07 +00:00
|
|
|
help
|
|
|
|
MySQL client library.
|
|
|
|
|
|
|
|
http://dev.mysql.com/
|
|
|
|
|