]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/blob - SDL-ac25x.patch
- fixed for autoconf 2.53a
[packages/crossmingw32-SDL.git] / SDL-ac25x.patch
1 diff -Nru SDL-1.2.4.orig/configure.in SDL-1.2.4/configure.in
2 --- SDL-1.2.4.orig/configure.in Sun Apr 14 01:57:24 2002
3 +++ SDL-1.2.4/configure.in      Wed Jul 31 10:04:28 2002
4 @@ -1414,6 +1414,7 @@
5      fi
6  }
7  
8 +AM_CONDITIONAL(USE_DIRECTX,false)
9  case "$target" in
10      *-*-linux*)
11          ARCH=linux
12 @@ -2416,7 +2417,6 @@
13          OBJCDEPMODE="$CCDEPMODE"
14          AC_SUBST(OBJC)
15          AC_SUBST(OBJCFLAGS)
16 -        AC_SUBST(OBJCDEPMODE)
17          ;;
18  esac
19  
This page took 0.079439 seconds and 4 git commands to generate.