[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Sat Nov 27 14:01:53 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.134 -> 1.135
---
Log message:
Remove a dead check at the end of the configure script that was a left over
from the bzip2 support. This dead check produced the error:
test: -ne: unary operator expected
---
Diffs of the changes: (+0 -9)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.134 llvm/autoconf/configure.ac:1.135
--- llvm/autoconf/configure.ac:1.134 Thu Nov 25 14:21:53 2004
+++ llvm/autoconf/configure.ac Sat Nov 27 16:01:42 2004
@@ -556,15 +556,6 @@
dnl Finally, crank out the output
AC_OUTPUT
-dnl Warn if we don't have a compression library
-if test $bzip2_found -ne 1 ; then
- if test $zlib_found -ne 1 ; then
- AC_MSG_WARN([*** Neither zlib nor bzip2 compression libraries were found.])
- AC_MSG_WARN([*** Bytecode archives will not support compression!])
- AC_MSG_WARN([*** To correct, install the libraries and and re-run configure.])
- fi
-fi
-
dnl Warn loudly if llvm-gcc was not obviously working
if test "$llvm_cv_llvmgcc_sanity" = "no" ; then
AC_MSG_WARN([***** llvm C/C++ front end was not found, or does not])
More information about the llvm-commits
mailing list