]> andersk Git - openssh.git/commitdiff
- (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
authordjm <djm>
Sat, 10 Jun 2000 06:51:33 +0000 (06:51 +0000)
committerdjm <djm>
Sat, 10 Jun 2000 06:51:33 +0000 (06:51 +0000)
ChangeLog
aclocal.m4

index 511b6e865681b15046b283efefdef8a6a37f08c6..5e7d2dc7dde2c77b944ce0bf48f1d9e8c6ab2499 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 20000610
  - (djm) Minor doc tweaks
+ - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
 
 20000609
  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
index ba97b402682cff73d2b4545bdc6008ec47e99444..ff2b80b2e265822691f9fbbf83fcad41ad3dbb23 100644 (file)
@@ -22,7 +22,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [
                        eval "$ossh_varname=no" dnl
                ]) dnl
        ])
-       ossh_result=`eval "echo "$"$ossh_varname"`
+       ossh_result=`eval echo \$"$ossh_varname"`
        if test -n "`echo $ossh_varname`"; then
                AC_MSG_RESULT($ossh_result)
                if test "x$ossh_result" = "xyes"; then
This page took 0.836045 seconds and 5 git commands to generate.