[Lunar-commits] <moonbase> unixODBC: a small tweak on the BUILD.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Feb 5 01:03:45 CET 2009
commit 349337da60878477215192effb4229f3fcc513a4
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 4 19:03:45 2009 -0500
unixODBC: a small tweak on the BUILD.
---
sql/unixODBC/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sql/unixODBC/BUILD b/sql/unixODBC/BUILD
index 6e885c2..6f555d9 100644
--- a/sql/unixODBC/BUILD
+++ b/sql/unixODBC/BUILD
@@ -3,7 +3,7 @@
if module_installed qt4 || module_installed qt3 ; then
OPTS="$OPTS --enable-gui"
else
- OPTS="$OPT --disable-gui"
+ OPTS="$OPTS --disable-gui"
fi &&
OPTS="$OPTS --enable-fdb"
More information about the Lunar-commits
mailing list