Fixed configure exiting with 0 exit code even on failure.
The return value from system() is an exit status (e.g. returned value
from waitpid) and needs to be shifted right by 8 bits to get an exit
code.
Change-Id: Ibbcc58491b27ef6d9d299427aeb78f57b41c92e2
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by:
João Abecasis <joao.abecasis@nokia.com>
Showing
Please register or sign in to comment