From 8d3fda905911b0b1cdadb33c00fb1f800e8f9320 Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Thu, 6 Sep 2001 17:12:37 +0000 Subject: 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 --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3