]> git.pld-linux.org Git - packages/id3lib.git/blame - id3lib-nozlibpopt.patch
- patch to preserve using embedded popt and zlib
[packages/id3lib.git] / id3lib-nozlibpopt.patch
CommitLineData
c0597b36 1--- id3lib-3.7.13/configure.in.orig Sun Apr 14 19:05:44 2002
2+++ id3lib-3.7.13/configure.in Sun Apr 14 19:06:12 2002
3@@ -204,13 +204,13 @@
4 AC_DEFINE_UNQUOTED(_ID3_COMPILED_WITH_DEBUGGING, "${enable_debug}")
5
6 CONDITIONAL_SUBDIRS=
7-if test "x$ac_cv_lib_popt_poptGetContext" = "xno"; then
8- CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS popt"
9-fi
10-if test "x$ac_cv_lib_z_uncompress" = "xno"; then
11- CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS zlib"
12-fi
13-AC_CONFIG_SUBDIRS(zlib popt)
14+#if test "x$ac_cv_lib_popt_poptGetContext" = "xno"; then
15+# CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS popt"
16+#fi
17+#if test "x$ac_cv_lib_z_uncompress" = "xno"; then
18+# CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS zlib"
19+#fi
20+#AC_CONFIG_SUBDIRS(zlib popt)
21
22 AC_OUTPUT( \
23 Makefile \
This page took 0.066783 seconds and 4 git commands to generate.