X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/853c670e4b839fd435507201f04d16080590a894..c9d96fcfcf9b74099775a3a260eccdfdc31474c7:/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])]) ])