From de7b2b5569f9ee76ef55a4ca2f86d37c048be35d Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Sun, 6 Jun 1999 06:13:03 +0000
Subject: [PATCH] Fix typo in last commit.

---
 configure    | 2 +-
 configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index faa9dd5acd..343d5ae805 100755
--- a/configure
+++ b/configure
@@ -1816,7 +1816,7 @@ TLS_LIBS=
 
 
 
-if test "$host_os" != "cygwin" ;
+if test "${host_os}" != "cygwin" ; then
 	CC=${CC-"cc"}
 fi
 
diff --git a/configure.in b/configure.in
index 1fe422c1f5..91a850f88c 100644
--- a/configure.in
+++ b/configure.in
@@ -312,7 +312,7 @@ dnl AC_PROG_INSTALL
 dnl The default compiler is cc (NOT gcc)
 dnl 	except on cygwin
 dnl		(should check to see if 'cc' exists instead)
-if test "$host_os" != "cygwin" ;
+if test "${host_os}" != "cygwin" ; then
 	CC=${CC-"cc"}
 fi
 dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
-- 
GitLab