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