emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Thu, 18 May 2006 17:04:59 +0000

Index: emacs/src/config.in
diff -u emacs/src/config.in:1.214 emacs/src/config.in:1.215
--- emacs/src/config.in:1.214   Sat Apr  1 13:51:18 2006
+++ emacs/src/config.in Thu May 18 17:04:59 2006
@@ -87,6 +87,9 @@
    */
 #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 @@
 #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. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]