1
0
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:
Ruben S. Montero 2010-05-06 16:08:16 +02:00
parent ebfd201bdc
commit 94669f9983

View File

@ -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 ""