removed ndb odbc from compile and release

This commit is contained in:
unknown 2004-04-28 06:44:58 +02:00
commit 5605374b66
2 changed files with 3 additions and 18 deletions

View file

@ -48,22 +48,7 @@ esac
if [ -z "$NDB_ODBC" ]
then
val=N
if [ -f /usr/include/sqlext.h -o -f /usr/local/include/sqlext.h ]
then
val=Y
fi
case $NDB_OS in
LINUX)
NDB_ODBC=$val
;;
MACOSX)
NDB_ODBC=$val
;;
*)
NDB_ODBC=N
;;
esac
NDB_ODBC=N
fi