diff options
Diffstat (limited to 'm4/caca.m4')
-rw-r--r-- | m4/caca.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/caca.m4 b/m4/caca.m4 index 884256fbe..7e59dedf4 100644 --- a/m4/caca.m4 +++ b/m4/caca.m4 @@ -44,7 +44,7 @@ AC_ARG_ENABLE(cacatest, if test ! -x "$CACA_CONFIG"; then CACA_CONFIG="" fi - AC_PATH_PROG(CACA_CONFIG, caca-config, no) + AC_PATH_TOOL(CACA_CONFIG, caca-config, no) if test "$CACA_CONFIG" = "no" ; then dnl |