summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-09-26 09:46:05 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-09-26 09:46:05 +0000
commitfe92855cbb76a7730bf325b08b92332f21542985 (patch)
tree26366e15d16b3ea983a625210e779383e31e0bb6 /acinclude.m4
parentb38376b91f3f1886294f8f590c40a402aed1a284 (diff)
Added rewind to API in place of appl_ptr(). Moved aserver to a better place
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1bf50ad9..6857c8b8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -10,7 +10,7 @@ void main(void)
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE)
#error not found
#else
-#if !defined(SND_PCM_IOCTL_APPL_PTR)
+#if !defined(SND_PCM_IOCTL_REWIND)
#error wrong version
#endif
exit(0);