diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 16345e122..dfa2d0a12 100644 --- a/aclocal.m4 +++ b/aclocal.m4 | |||
@@ -1,4 +1,4 @@ | |||
1 | dnl $Id: aclocal.m4,v 1.2 2000/05/08 10:49:37 damien Exp $ | 1 | dnl $Id: aclocal.m4,v 1.3 2000/06/10 06:51:33 djm Exp $ |
2 | dnl | 2 | dnl |
3 | dnl OpenSSH-specific autoconf macros | 3 | dnl OpenSSH-specific autoconf macros |
4 | dnl | 4 | dnl |
@@ -22,7 +22,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [ | |||
22 | eval "$ossh_varname=no" dnl | 22 | eval "$ossh_varname=no" dnl |
23 | ]) dnl | 23 | ]) dnl |
24 | ]) | 24 | ]) |
25 | ossh_result=`eval "echo "$"$ossh_varname"` | 25 | ossh_result=`eval echo \$"$ossh_varname"` |
26 | if test -n "`echo $ossh_varname`"; then | 26 | if test -n "`echo $ossh_varname`"; then |
27 | AC_MSG_RESULT($ossh_result) | 27 | AC_MSG_RESULT($ossh_result) |
28 | if test "x$ossh_result" = "xyes"; then | 28 | if test "x$ossh_result" = "xyes"; then |