diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-28 14:32:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-28 14:32:31 +0000 |
commit | 77489362597b81f0a4e8771281f4cf94801c3976 (patch) | |
tree | f1705ca8013520365d7a008c29688d9140e1a907 | |
parent | 0f872a31541b655d5265da0801e5fae43faf511f (diff) | |
download | xine-lib-77489362597b81f0a4e8771281f4cf94801c3976.tar.gz xine-lib-77489362597b81f0a4e8771281f4cf94801c3976.tar.bz2 |
enabled prereq_libtool again - sorry, Daniel, this was my fault
CVS patchset: 38
CVS date: 2001/04/28 14:32:31
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 73bed278b..dab75d31c 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 -dnl AC_PREREQ_LIBTOOL(1.3.5,,AC_MSG_ERROR(*** You should have libtool >= 1.3.5 installed ***)) +AC_PREREQ_LIBTOOL(1.3.5,,AC_MSG_ERROR(*** You should have libtool >= 1.3.5 installed ***)) XINE_MAJOR=0 |