From 427f5b66ce0abe19daed9291b1693f6e8aae6552 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 9 Jun 2019 13:43:51 +0200 Subject: patch 8.1.1502: cannot play any sound Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions. --- src/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 23e301c90e..c1ced6fe9c 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -207,6 +207,7 @@ #undef HAVE_STRNICMP #undef HAVE_STRPBRK #undef HAVE_STRTOL +#undef HAVE_CANBERRA #undef HAVE_ST_BLKSIZE #undef HAVE_SYSCONF #undef HAVE_SYSCTL -- cgit v1.2.3