mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
ncursesfix.patch is no longer necessary, build system fixed upstream. ncursesfix.patch removed. (From OE-Core rev: 1dccd16e29186e7baad6ebcf189b7ea2463c2275) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
552 B
Diff
16 lines
552 B
Diff
Upstream-Status: Submitted [alsa-devel@alsa-project.org]
|
|
|
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
diff -Nurd alsa-utils-1.0.25/configure.in alsa-utils-1.0.25/configure.in
|
|
--- alsa-utils-1.0.25/configure.in 2012-01-25 11:43:48.000000000 +0200
|
|
+++ alsa-utils-1.0.25/configure.in 2013-01-12 10:11:51.401498722 +0200
|
|
@@ -269,7 +269,7 @@
|
|
TESTSOUND="$dir/test.wav")
|
|
AC_SUBST(TESTSOUND)
|
|
|
|
-AM_CONFIG_HEADER(include/aconfig.h)
|
|
+AC_CONFIG_HEADERS(include/aconfig.h)
|
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
AC_C_CONST
|