summarylogtreecommitdiffstats
path: root/sdl-config-32.patch
blob: d743e7c3ecc23e112331f1fe5d87307317a55295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/libdc1394-2.2.1/configure	2013-01-28 11:47:43.000000000 +0900
+++ src/libdc1394-2.2.1/configure	2015-01-12 02:10:24.646720866 +0900
@@ -13322,13 +13322,13 @@
   if test x$sdl_exec_prefix != x ; then
     sdl_config_args="$sdl_config_args --exec-prefix=$sdl_exec_prefix"
     if test x${SDL_CONFIG+set} != xset ; then
-      SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
+      SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config-32
     fi
   fi
   if test x$sdl_prefix != x ; then
     sdl_config_args="$sdl_config_args --prefix=$sdl_prefix"
     if test x${SDL_CONFIG+set} != xset ; then
-      SDL_CONFIG=$sdl_prefix/bin/sdl-config
+      SDL_CONFIG=$sdl_prefix/bin/sdl-config-32
     fi
   fi