From: Jan Djärv Date: Thu, 18 May 2006 17:04:59 +0000 (+0000) Subject: * config.in: Regenerated (HAVE_ALSA). X-Git-Tag: emacs-pretest-22.0.90~2511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51d139915eab710f75bdc99783b955117bef053e;p=emacs.git * config.in: Regenerated (HAVE_ALSA). --- diff --git a/src/config.in b/src/config.in index 2bc4ba56e79..09f7be65b3b 100644 --- a/src/config.in +++ b/src/config.in @@ -87,6 +87,9 @@ Boston, MA 02110-1301, USA. */ */ #undef HAVE_ALLOCA_H +/* Define to 1 if ALSA is available. */ +#undef HAVE_ALSA + /* Define to 1 if you have the `bcmp' function. */ #undef HAVE_BCMP @@ -943,6 +946,9 @@ Boston, MA 02110-1301, USA. */ #ifdef HAVE_SOUNDCARD_H #define HAVE_SOUND 1 #endif +#ifdef HAVE_ALSA +#define HAVE_SOUND 1 +#endif #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ /* If using GNU, then support inline function declarations. */