~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/vm-sound-ALSA/acinclude.m4

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- sh -*-
 
2
 
 
3
AC_MSG_CHECKING([for Advanced Linux Sound Architecture])
 
4
AC_TRY_COMPILE([#include <alsa/asoundlib.h>],[(void)snd_pcm_open;],[
 
5
  AC_MSG_RESULT(yes)
 
6
],[
 
7
  AC_MSG_RESULT(no)
 
8
  AC_PLUGIN_DISABLE
 
9
])