xref: /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-mixer/configure.patch (revision 520786cc6f5e5078825972134b1ec6fd81a6022a)
1Upstream-Status: Pending
2
3diff -Nurd SDL_mixer-1.2.12/configure.in SDL_mixer-1.2.12/configure.in
4--- SDL_mixer-1.2.12/configure.in	2012-01-16 00:01:05.000000000 +0200
5+++ SDL_mixer-1.2.12/configure.in	2012-12-15 04:08:04.627871456 +0200
6@@ -1,6 +1,5 @@
7 dnl Process this file with autoconf to produce a configure script.
8 AC_INIT(README)
9-AC_CONFIG_AUX_DIR(build-scripts)
10
11 dnl Set various version strings - taken gratefully from the GTk sources
12
13@@ -40,10 +39,6 @@
14 AC_SUBST(LT_REVISION)
15 AC_SUBST(LT_AGE)
16
17-dnl Detect the canonical build and host environments
18-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
19-dnl AC_CANONICAL_HOST
20-
21 dnl Check for tools
22 AC_PROG_LIBTOOL
23 AC_PROG_CC
24