]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/blob - SDL-acfix.patch
- LGPL v2.1+
[packages/crossmingw32-SDL.git] / SDL-acfix.patch
1 --- SDL-1.2.10/configure.in.orig        2006-05-17 05:16:07.000000000 +0200
2 +++ SDL-1.2.10/configure.in     2006-05-19 19:47:50.209990750 +0200
3 @@ -40,7 +40,7 @@
4  AC_SUBST(LT_AGE)
5  
6  dnl Detect the canonical build and host environments
7 -AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
8 +AC_CONFIG_AUX_DIR([build-scripts])
9  AC_CANONICAL_HOST
10  AC_C_BIGENDIAN
11  if test x$ac_cv_c_bigendian = xyes; then
This page took 0.665803 seconds and 3 git commands to generate.