diff options
author | jbj <devnull@localhost> | 2004-11-19 16:25:49 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-19 16:25:49 +0000 |
commit | 41c3c4df68ea311955fa4508db580fcdecd697d4 (patch) | |
tree | 0c56e193f04eb4af63e42ac9febc7882afe6ad6f | |
parent | 989c9c34d293688809ff58ce5a7e7d2f1361a394 (diff) | |
download | rpm-41c3c4df68ea311955fa4508db580fcdecd697d4.tar.gz rpm-41c3c4df68ea311955fa4508db580fcdecd697d4.tar.bz2 rpm-41c3c4df68ea311955fa4508db580fcdecd697d4.zip |
Builds with external libraries.
CVS patchset: 7588
CVS date: 2004/11/19 16:25:49
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 023f022ac..7015223c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1239,7 +1239,7 @@ dnl XXX this causes popt to depend on zlib et al dnl # XXX Propagate -lucb to popt ... dnl export LIBS INCPATH CONFIG_SITE -AC_CONFIG_SUBDIRS(popt beecrypt zlib elfutils file db3) +AC_CONFIG_SUBDIRS(popt file db3) AC_CONFIG_FILES([ Doxyfile Makefile rpmrc macros platform rpmpopt rpm.spec rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile |