summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-09-07 19:47:53 +0000
committerjbj <devnull@localhost>1999-09-07 19:47:53 +0000
commit582808bce3d636bfd8c2a71e0982af6fe91b2fef (patch)
treec87f5b31c9ebe7d2470d384fe6107ec856874a08 /acconfig.h
parentf2cfa9e4944becc9f3bf885cffd663ce69d2695e (diff)
downloadrpm-582808bce3d636bfd8c2a71e0982af6fe91b2fef.tar.gz
rpm-582808bce3d636bfd8c2a71e0982af6fe91b2fef.tar.bz2
rpm-582808bce3d636bfd8c2a71e0982af6fe91b2fef.zip
link libbz2.a statically to avoid rpm->bzip2 dependence for now.
CVS patchset: 3264 CVS date: 1999/09/07 19:47:53
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 1c4ed7a0d..8267144c5 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -83,6 +83,9 @@
/* Define if the patch call you'll be using is 2.1 or older */
#undef HAVE_OLDPATCH_21
+/* Define to the fulkl path name of the static libbz2.a */
+#undef BZIP2LIB
+
/* A full path to a program, possibly with arguments, that will create a
directory and all necessary parent directories, ala `mkdir -p' */
#undef MKDIR_P