mirror of
https://github.com/OpenNebula/one.git
synced 2025-09-13 13:44:16 +03:00
feature #206: fix mysql_config tool
This commit is contained in:
@@ -101,7 +101,7 @@ if not main_env.GetOption('clean'):
|
|||||||
main_env.ParseConfig('share/scons/get_xmlrpc_config client')
|
main_env.ParseConfig('share/scons/get_xmlrpc_config client')
|
||||||
|
|
||||||
if mysql=='yes':
|
if mysql=='yes':
|
||||||
main_env.ParseConfig('mysql_config5 --cflags --libs')
|
main_env.ParseConfig('mysql_config --cflags --libs')
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print ""
|
print ""
|
||||||
|
Reference in New Issue
Block a user