X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/8fcffcc668f4782447beb64a823cc15961cea9ab..refs/tags/v1.0.6:/gob.m4 diff --git a/gob.m4 b/gob.m4 index cb5ee77..6250073 100644 --- a/gob.m4 +++ b/gob.m4 @@ -4,7 +4,7 @@ dnl if fail = "failure", abort if GOB not found dnl -AC_DEFUN([GOB_HOOK],[ +AC_DEFUN(GOB_HOOK,[ AC_PATH_PROG(GOB,gob) if test ! x$GOB = x; then if test ! x$1 = x; then @@ -54,5 +54,5 @@ AC_DEFUN([GOB_HOOK],[ ]) AC_DEFUN([GOB_CHECK],[ - GOB_HOOK($1,[],[AC_MSG_ERROR([Cannot find GOB, check http://www.5z.com/jirka/gob.html])]) + GOB_HOOK($1,[],[AC_MSG_WARN([Cannot find GOB, check http://www.5z.com/jirka/gob.html])]) ])