summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
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 'configure.in')
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e5173b270..fef8b0cf1 100644
--- a/configure.in
+++ b/configure.in
@@ -298,10 +298,9 @@ AM_CONDITIONAL(HAVE_SUNAUDIO, test x"$have_sunaudio" = "xyes")
dnl
dnl IRIX style audio interface
dnl
-AM_PATH_IRIXAL(0,
- AC_DEFINE(HAVE_IRIXAL),
+AM_CHECK_IRIXAL(AC_DEFINE(HAVE_IRIXAL),
AC_MSG_RESULT(*** All of IRIX AL dependent parts will be disabled ***))
-AM_CONDITIONAL(HAVE_IRIXAL, test "x$have_irixal" = xyes)
+AM_CONDITIONAL(HAVE_IRIXAL, test "x$am_cv_have_irixal" = xyes)
dnl
dnl Solaris kstat kernel statistics