diff ChangeLog @ 108034:8ff86e76b50f

Avoid non-portable shell command negation * configure.in: Revert last change.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 21 Apr 2010 23:44:48 +0200
parents 1c3b0c4f71d9
children a8704023ff6d
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 21 21:48:42 2010 +0200
+++ b/ChangeLog	Wed Apr 21 23:44:48 2010 +0200
@@ -1,3 +1,8 @@
+2010-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+	Avoid non-portable shell command negation
+	* configure.in: Revert last change.
+
 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* configure.in: Change "if test ! -f" to "if ! test -f".