summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoconf/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.in b/autoconf/configure.in
index c828db2c..35f84391 100644
--- a/autoconf/configure.in
+++ b/autoconf/configure.in
@@ -160,7 +160,7 @@ dnl Using AC_PATH_PROG() to find pkg-config is not cross-compile safe.
dnl The macro PKG_PROG_PKG_CONFIG avoids this problem.
dnl AC_PATH_PROG(PKGCONFIG, pkg-config, pkg-config)
PKG_PROG_PKG_CONFIG()
-AC_PATH_PROG(QMAKE, qmake, none)
+AC_PATH_TOOL(QMAKE, qmake, none)
AC_PATH_PROG(GMAKE, gmake, none)
AC_PATH_PROG(PIDOF, pidof, pidof)
AC_PROG_AWK