~ubuntu-branches/ubuntu/trusty/a52dec/trusty

« back to all changes in this revision

Viewing changes to libao/configure.incl

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-08-06 14:01:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20020806140133-92hthettsty01kue
Tags: 0.7.4-1
* New upstream version.
* Conflict/Provide/Replace liba52-dev, used since 0.7.3-2, does not
  allow the new -dev package to replace the one from version 0.7.3.
  Please enlighten me!

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        AC_DEFINE([LIBAO_AL],,[libao al support]);;
33
33
    esac
34
34
fi
 
35
 
 
36
dnl check for win32
 
37
AC_ARG_ENABLE([win],
 
38
    [  --disable-win           make a version not using win audio])
 
39
if test x"$enable_win" != x"no"; then
 
40
    case "$host" in
 
41
    *-mingw32*|*-cygwin)
 
42
        LIBAO_LIBS="$LIBAO_LIBS -lwinmm"
 
43
        AC_DEFINE([LIBAO_WIN],,[libao win support]);;
 
44
    esac
 
45
fi