diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-27 23:51:52 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-27 23:51:52 +0000 |
commit | 0f872a31541b655d5265da0801e5fae43faf511f (patch) | |
tree | 16ba77cff3513598888af3c0cf78a152a54a7ba6 /configure.in | |
parent | 1e8d2ddd8a0f4e6ed6a737a0ccbd316da46b23d7 (diff) | |
download | xine-lib-0f872a31541b655d5265da0801e5fae43faf511f.tar.gz xine-lib-0f872a31541b655d5265da0801e5fae43faf511f.tar.bz2 |
fixed video output plugin handling, more cleanups, commented out not-working code
CVS patchset: 37
CVS date: 2001/04/27 23:51:52
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dab75d31c..73bed278b 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_PREREQ(2.13) dnl dnl Require libtool minimum version 1.3.5 dnl -AC_PREREQ_LIBTOOL(1.3.5,,AC_MSG_ERROR(*** You should have libtool >= 1.3.5 installed ***)) +dnl AC_PREREQ_LIBTOOL(1.3.5,,AC_MSG_ERROR(*** You should have libtool >= 1.3.5 installed ***)) XINE_MAJOR=0 |