summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-04 07:05:07 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-04 07:05:07 +0000
commit37130d2b5edab108b05a29cd71b7476ff0bed172 (patch)
tree1d0878aa7cd741674982aab6d490d31954dc532d /Makefile.config.in
parentac6a47588b22e7ea4d5ba6a3335c7a5a471cbf85 (diff)
downloadllvm-37130d2b5edab108b05a29cd71b7476ff0bed172.tar.gz
llvm-37130d2b5edab108b05a29cd71b7476ff0bed172.tar.bz2
llvm-37130d2b5edab108b05a29cd71b7476ff0bed172.tar.xz
Provide support for auto-detection and use of compression libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 6b579fc8c9..8a5d54ca83 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -155,6 +155,10 @@ ifndef SourceDir
SourceDir=$(BUILD_SRC_DIR)
endif
+# Handle configured libraries
+HAVE_BZIP2 := @HAVE_BZIP2@
+HAVE_ZILB := @HAVE_ZLIB@
+
# Installation directories, as provided by the configure script.
exec_prefix = @exec_prefix@
prefix = @prefix@