summaryrefslogtreecommitdiffstats
path: root/rules/libiodbc.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libiodbc.in')
-rw-r--r--rules/libiodbc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/libiodbc.in b/rules/libiodbc.in
index 70531d265..f387d1348 100644
--- a/rules/libiodbc.in
+++ b/rules/libiodbc.in
@@ -10,16 +10,16 @@ menuconfig LIBIODBC
industry standard for developing solutions that are language,
platform and database independent.
+if LIBIODBC
+
config LIBIODBC_GUI
bool
- depends on LIBIODBC
prompt "gui"
help
build GUI applications
choice
prompt "driver manager version"
- depends on LIBIODBC
help
Specify which driver manager version we should be compatible with.
@@ -35,3 +35,4 @@ choice
endchoice
+endif