X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/98a7c37bb896e80114e4132c695167e56796adac..78576c54d4d5fcb2deb5cad2f1e7bf9d0d7e4778:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index ab9cf4e7..3ce1f97c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -26,7 +26,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [ if test -n "`echo $ossh_varname`"; then AC_MSG_RESULT($ossh_result) if test "x$ossh_result" = "xyes"; then - AC_DEFINE($3) + AC_DEFINE($3, 1, [Define if you have $1 in $2]) fi else AC_MSG_RESULT(no)