We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b5855 commit ed48f3cCopy full SHA for ed48f3c
m4/giella-macros.m4
@@ -354,7 +354,7 @@ AC_ARG_WITH([log-viewer],
354
[AS_HELP_STRING([--with-log-viewer=VIEWER],
355
[open test logs in VIEWER @<:@default=head@:>@])],
356
[with_log_viewer=$withval],
357
- [with_log_viewer=$ac_cv_prog_HEAD])
+ [with_log_viewer=$ac_cv_path_HEAD])
358
AC_SUBST([LOG_VIEWER], [$with_log_viewer])
359
]) # gt_PROG_SCRIPTS_PATHS
360
0 commit comments