Fix stupid accidental dependence on a bash quirk in previous
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Thu, 22 Dec 2005 10:38:32 +0000 (10:38 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Thu, 22 Dec 2005 10:38:32 +0000 (10:38 +0000)
configure script change.

ChangeLog
aclocal.m4

index 19cd706..2a7493f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-21  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
+       * Fix stupid accidental dependence on a bash quirk in previous
+       configure script change.
+
 2005-12-15  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
 
        * Improve checking for Berkeley db libraries: configure should now
index c9362ec..421386e 100644 (file)
@@ -44,7 +44,7 @@ dnl defining its own bogus prototype rather than pulling in
 dnl the right header files.)
 AC_DEFUN(NMH_CHECK_DBM,
 [
-if test "x$1" == "x"; then
+if test "x$1" = "x"; then
    nmh_libs=
    dnl this is just for the benefit of AC_CACHE_CHECK's message
    nmh_testname=libc