diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-03-22 19:46:12 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-03-22 19:46:12 +0000 |
| commit | 021d409f5beb1827f72d24f171e3c3ed233ed62a (patch) | |
| tree | 42b3633dec62ddc0b702c6e83df5d64683b1c6c3 /crypto/openssh/aclocal.m4 | |
| parent | 043840df5be0cf8490b48a08fe6d9c316f473f58 (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/aclocal.m4')
| -rw-r--r-- | crypto/openssh/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/aclocal.m4 b/crypto/openssh/aclocal.m4 index 2705a9b23f7e..b68a47080ffc 100644 --- a/crypto/openssh/aclocal.m4 +++ b/crypto/openssh/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.5 2001/10/22 00:53:59 tim Exp $ +dnl $Id: aclocal.m4,v 1.6 2005/09/19 16:33:39 tim Exp $ dnl dnl OpenSSH-specific autoconf macros dnl @@ -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) |
