diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-04 07:05:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-04 07:05:07 +0000 |
commit | 37130d2b5edab108b05a29cd71b7476ff0bed172 (patch) | |
tree | 1d0878aa7cd741674982aab6d490d31954dc532d /Makefile.config.in | |
parent | ac6a47588b22e7ea4d5ba6a3335c7a5a471cbf85 (diff) |
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.in | 4 |
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@ |