]> git.draconx.ca Git - dxcommon.git/commitdiff
Fix comment typo in DX_PROG_GOB2 implementation.
authorNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2020 14:53:31 +0000 (09:53 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2020 14:54:25 +0000 (09:54 -0500)
m4/gob2.m4

index 48a503c54a01d8eb9e7c4b3e4e47df03100f8f37..b508fae030b272c4d081ad326b5c39fa8cce8301 100644 (file)
@@ -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