[llvm-commits] CVS: llvm/Makefile.config.in
Reid Spencer
reid at x10sys.com
Mon Oct 4 10:49:30 PDT 2004
Changes in directory llvm:
Makefile.config.in updated: 1.32 -> 1.33
---
Log message:
Fix typo in makefile variable name that prevents zlib from being recognized
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.32 llvm/Makefile.config.in:1.33
--- llvm/Makefile.config.in:1.32 Mon Oct 4 02:05:06 2004
+++ llvm/Makefile.config.in Mon Oct 4 12:49:19 2004
@@ -157,7 +157,7 @@
# Handle configured libraries
HAVE_BZIP2 := @HAVE_BZIP2@
-HAVE_ZILB := @HAVE_ZLIB@
+HAVE_ZLIB := @HAVE_ZLIB@
# Installation directories, as provided by the configure script.
exec_prefix = @exec_prefix@
More information about the llvm-commits
mailing list