summaryrefslogtreecommitdiff
path: root/m4/_xine.m4
diff options
context:
space:
mode:
authorMatthias Hopf <mat@mshopf.de>2001-09-06 17:12:37 +0000
committerMatthias Hopf <mat@mshopf.de>2001-09-06 17:12:37 +0000
commit8d3fda905911b0b1cdadb33c00fb1f800e8f9320 (patch)
tree3b7d9eba9f67c0e0b05dec5d2fee8d3862648f48 /m4/_xine.m4
parentdb5b893d537e8af4c1ed21cfff6fda26564333fb (diff)
downloadxine-lib-8d3fda905911b0b1cdadb33c00fb1f800e8f9320.tar.gz
xine-lib-8d3fda905911b0b1cdadb33c00fb1f800e8f9320.tar.bz2
IRIX audio port added.
Copying instead of linking missing GNU files now (cross-plattform development). CVS patchset: 583 CVS date: 2001/09/06 17:12:37
Diffstat (limited to 'm4/_xine.m4')
-rw-r--r--m4/_xine.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4
index ffd716e19..ad39ecc2c 100644
--- a/m4/_xine.m4
+++ b/m4/_xine.m4
@@ -10,11 +10,11 @@ AC_DEFUN([AC_PREREQ_LIBTOOL],
lt_pathname="`echo $lpwd/ltmain.sh | sed -e 's/\=build\///g'`"
lt_version="`grep '^VERSION' $lt_pathname | sed -e 's/\.//g;s/VERSION\=//g;s/[a-zA-Z]//g;s/-//g'`"
- if test $lt_version -lt 100; then
+ if test $lt_version -lt 100 ; then
lt_version=`expr $lt_version \* 10`
fi
- if test $lt_version -lt $lt_min; then
+ if test $lt_version -lt $lt_min ; then
AC_MSG_RESULT(no)
ifelse([$3], , :, [$3])
fi