From bc3006694a3513139bf3e941a68c836530a9fe45 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 31 Jan 2020 09:53:31 -0500 Subject: [PATCH] Fix comment typo in DX_PROG_GOB2 implementation. --- m4/gob2.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/gob2.m4 b/m4/gob2.m4 index 48a503c..b508fae 100644 --- a/m4/gob2.m4 +++ b/m4/gob2.m4 @@ -8,8 +8,8 @@ dnl dnl Search PATH for a working gob2 utility with the given minimum version, dnl which may be empty to accept any version. If found, the GOB2 variable dnl (which is substituted with AC_SUBST) is set with the result, and -dnl action-if-found is executed. Otherwise, action-if-found is executed -dnl if nonempty, else configure will exit with a fatal error. +dnl action-if-found is executed. Otherwise, action-if-not-found is +dnl executed if nonempty, else configure will exit with a fatal error. AC_DEFUN([DX_PROG_GOB2], [AC_ARG_VAR([GOB2], [GOBject Builder command])dnl AC_PREREQ([2.62])dnl -- 2.43.0