mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 22:55:32 +02:00
removed ndb odbc from compile and release
This commit is contained in:
parent
f1ab98d48e
commit
5605374b66
2 changed files with 3 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue