]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.in: Regenerated (HAVE_ALSA).
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 18 May 2006 17:04:59 +0000 (17:04 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 18 May 2006 17:04:59 +0000 (17:04 +0000)
src/config.in

index 2bc4ba56e79457db26260a9f104497fab353af40..09f7be65b3b26683809bf5e111df926fc61bd1af 100644 (file)
@@ -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. */