[Lunar-commits] <moonbase> unixODBC: need to adjust the BUILD

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat May 2 04:05:38 CEST 2009


commit 53f8613296f6d00d4eba477563345dc1b0def956
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri May 1 22:05:38 2009 -0400

    unixODBC: need to adjust the BUILD
---
 sql/unixODBC/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sql/unixODBC/BUILD b/sql/unixODBC/BUILD
index 6f555d9..27121cc 100644
--- a/sql/unixODBC/BUILD
+++ b/sql/unixODBC/BUILD
@@ -1,6 +1,6 @@
 (
 
-  if module_installed qt4 || module_installed qt3 ; then
+  if module_installed qt3 ; then
     OPTS="$OPTS --enable-gui"
    else
     OPTS="$OPTS --disable-gui"


More information about the Lunar-commits mailing list