aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/m4/pkg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/m4/pkg.m4')
-rw-r--r--libjava/classpath/m4/pkg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/m4/pkg.m4 b/libjava/classpath/m4/pkg.m4
index f2bfc2d49f9..7e5c1479d0b 100644
--- a/libjava/classpath/m4/pkg.m4
+++ b/libjava/classpath/m4/pkg.m4
@@ -6,7 +6,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
succeeded=no
if test -z "$PKG_CONFIG"; then
- AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+ AC_PATH_TOOL(PKG_CONFIG, pkg-config, no)
fi
if test "$PKG_CONFIG" = "no" ; then