From 351c466a6753a03162f67356d554940f39a4187a Mon Sep 17 00:00:00 2001 From: Matthias Dahl Date: Sat, 27 Apr 2002 22:11:12 +0000 Subject: Just in case something goes wrong, stop with a handy error message. CVS patchset: 1787 CVS date: 2002/04/27 22:11:12 --- src/audio_out/audio_alsa_out.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 3aa136877..513cd5c89 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton * * - * $Id: audio_alsa_out.c,v 1.51 2002/04/27 14:04:53 f1rmb Exp $ + * $Id: audio_alsa_out.c,v 1.52 2002/04/27 22:11:12 matt2000 Exp $ */ #ifdef HAVE_CONFIG_H @@ -46,6 +46,8 @@ #include #elif HAVE_SYS_ASOUNDLIB_H #include +#else +#error "required asoundlib.h neither in sys/ nor alsa/ - unable to compile." #endif #include -- cgit v1.2.3