summaryrefslogtreecommitdiff
path: root/config.in
blob: ff0bf5c448f7e748a1dd99132884daee374386a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Filename:	config.in
#
# written by Rob Janes
# copied from Paul Marquess <pmqs@cpan.org>
# last modified 24th April 2005
# version 2.05
# 
# This file is used to control which bzip2 library will be used by
# Compress::Bzip2

BUILD_BZLIB   = Test

BZLIB_INCLUDE = #./bzlib-src
BZLIB_LIB     = #./bzlib-src
BZLIB_BIN     = #./bzlib-src

# end of file config.in