diff options
author | Matthias Hopf <mat@mshopf.de> | 2001-09-06 17:12:37 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2001-09-06 17:12:37 +0000 |
commit | 8d3fda905911b0b1cdadb33c00fb1f800e8f9320 (patch) | |
tree | 3b7d9eba9f67c0e0b05dec5d2fee8d3862648f48 /configure.in | |
parent | db5b893d537e8af4c1ed21cfff6fda26564333fb (diff) | |
download | xine-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.in | 5 |
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 |