summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2007-03-21 13:49:34 +0000
committerPaul Smith <psmith@gnu.org>2007-03-21 13:49:34 +0000
commit891409f2126f8abfd64f28fe82f546d716c671e2 (patch)
treea658e98fbcfcb074c264f1637b1dcac9ed7a5866 /ChangeLog
parent6ccf33cdbdfda2aea5d51e4d4991881c74d853d1 (diff)
downloadgunmake-891409f2126f8abfd64f28fe82f546d716c671e2.tar.gz
Fix Savannah bug #19348: if the user specified
--disable-case-insensitive-file-system, don't turn it on.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa8fa94..0fc548b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-21 Paul Smith <psmith@gnu.org>
+
+ * configure.in: Don't turn on case-insensitive file system support
+ if --disable-... is given. Fixes Savannah bug #19348.
+
2007-03-19 Paul Smith <psmith@gnu.org>
* ALL: Use the strcache for all file name strings, or other
@@ -226,7 +231,7 @@
(die): Cleanup code was removed from here; call the new function.
(main): If we are re-execing, clean up the jobserver first so we
don't leak file descriptors.
- Fix bug reported by Craig Fithian <craig.fithian@citigroup.com>.
+ Reported by Craig Fithian <craig.fithian@citigroup.com>
2006-03-17 Paul D. Smith <psmith@gnu.org>