Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 553164
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
--
1
configure.ac |    2 +-
configure.ac |    2 +-
2
1 file changed, 1 insertion(+), 1 deletion(-)
1
1 file changed, 1 insertion(+), 1 deletion(-)
3
-- a/configure.ac
2
++ b/configure.ac
Lines 2113-2119 AC_MSG_CHECKING(for StarPU-Top) Link Here
2113
2113
2114
if test "x$enable_starpu_top" != "xno" ; then
2114
if test "x$enable_starpu_top" != "xno" ; then
2115
	can_build_starpu_top=no
2115
	can_build_starpu_top=no
2116
	AC_PATH_PROGS([QMAKE], [qmake-qt4 qmake], [not-found])
2116
	AC_PATH_PROGS([QMAKE], [qmake], [not-found])
2117
	if test x$QMAKE != xnot-found; then
2117
	if test x$QMAKE != xnot-found; then
2118
		QMAKE_VERSION=`$QMAKE --version 2>&1 | head -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 3`
2118
		QMAKE_VERSION=`$QMAKE --version 2>&1 | head -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 3`
2119
		QT_VERSION=`$QMAKE --version 2>&1 | tail -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
2119
		QT_VERSION=`$QMAKE --version 2>&1 | tail -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 4`

Return to bug 553164