diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-02 12:57:05 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-02 12:57:05 +0000 |
commit | f417e723346d7a3f69ff29425f23a8464b4c3084 (patch) | |
tree | b0d6014bcef0e321e9b86599b455017a33322c1c | |
parent | 1ed7c369057060ac54a5b2f29db6f9c481bcd530 (diff) | |
download | xine-lib-f417e723346d7a3f69ff29425f23a8464b4c3084.tar.gz xine-lib-f417e723346d7a3f69ff29425f23a8464b4c3084.tar.bz2 |
xine-lib really depend of zlib now.
CVS patchset: 1664
CVS date: 2002/04/02 12:57:05
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | misc/xine-lib.spec.in | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 669dd24be..cb81eba1c 100644 --- a/configure.in +++ b/configure.in @@ -249,10 +249,10 @@ dnl dnl zlib dnl dnl Test for libz -AC_CHECK_LIB(z, gzsetparams, +AC_CHECK_LIB(z, gzsetparams, [ AC_CHECK_HEADER(zlib.h, have_zlib=yes - ZLIB_LIBS="-lz",)]) + ZLIB_LIBS="-lz",)], AC_MSG_ERROR(zlib needed)) AM_CONDITIONAL(HAVE_ZLIB, [test x"$have_zlib" = "xyes"]) AC_SUBST(ZLIB_LIBS) diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index e4486d8cf..0da8c9072 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -14,6 +14,7 @@ Group: Development/Libraries Source: http://xine.sourceforge.net/files/@PACKAGE@-@VERSION@.tar.gz URL: http://xine.sourceforge.net Packager: Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> +Requires: zlib BuildRoot: /tmp/%{name}-root @HAVE_OSS_TRUE@%package oss |