]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-gssapi.m4
Use AC_PATH_TOOL for the *-config scripts we call (STR #4423)
[thirdparty/cups.git] / config-scripts / cups-gssapi.m4
index 690d36c7cfd1505afe89c69d14759f383b56930a..531308d869245d654c13c7fabe818bb65037eac1 100644 (file)
@@ -22,7 +22,7 @@ LIBGSSAPI=""
 AC_SUBST(LIBGSSAPI)
 
 if test x$enable_gssapi != xno; then
-       AC_PATH_PROG(KRB5CONFIG, krb5-config)
+       AC_PATH_TOOL(KRB5CONFIG, krb5-config)
        if test "x$KRB5CONFIG" != x; then
                case "$uname" in
                        Darwin)