CVSROOT: /cvsroot/nmh
Module name: nmh
Branch:
Changes by: Peter Maydell <[EMAIL PROTECTED]> 05/12/22 10:38:32
Modified files:
. : aclocal.m4 ChangeLog
Log message:
Fix stupid accidental dependence on a bash quirk in previous
configure script change.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/aclocal.m4.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/ChangeLog.diff?tr1=1.214&tr2=1.215&r1=text&r2=text
Patches:
Index: nmh/ChangeLog
diff -u nmh/ChangeLog:1.214 nmh/ChangeLog:1.215
--- nmh/ChangeLog:1.214 Thu Dec 15 00:45:36 2005
+++ nmh/ChangeLog Thu Dec 22 10:38:32 2005
@@ -1,3 +1,8 @@
+2005-12-21 Peter Maydell <[EMAIL PROTECTED]>
+
+ * Fix stupid accidental dependence on a bash quirk in previous
+ configure script change.
+
2005-12-15 Peter Maydell <[EMAIL PROTECTED]>
* Improve checking for Berkeley db libraries: configure should now
Index: nmh/aclocal.m4
diff -u nmh/aclocal.m4:1.3 nmh/aclocal.m4:1.4
--- nmh/aclocal.m4:1.3 Thu Dec 15 00:45:36 2005
+++ nmh/aclocal.m4 Thu Dec 22 10:38:32 2005
@@ -44,7 +44,7 @@
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
_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits