diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2009-02-24 20:21:14 +0100 |
---|---|---|
committer | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2009-02-24 20:21:14 +0100 |
commit | 15b344789183c75abbbb9aa474ec0a2ea60107fe (patch) | |
tree | 516cc1ef47dcd0945ed68eda87f636041c487e1b /packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch | |
parent | ce6d7638da732f5f1b1ca4768c8c0212db3151ac (diff) |
libsdl-qpe: fix configure.in,Makefile.am and bump PR
Diffstat (limited to 'packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch')
-rw-r--r-- | packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch b/packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch new file mode 100644 index 0000000000..19e1afd6ee --- /dev/null +++ b/packages/libsdl/libsdl-qpe-1.2.9/fix_configure.in.patch @@ -0,0 +1,10 @@ +--- SDL-1.2.9.vanilla/configure.in 2009-02-24 19:53:25.000000000 +0100 ++++ SDL-1.2.9/configure.in 2009-02-24 20:08:10.000000000 +0100 +@@ -1,6 +1,7 @@ + dnl Process this file with autoconf to produce a configure script. + AC_INIT(README) + ++AM_PROG_AS + dnl Set various version strings - taken gratefully from the GTk sources + # + # Making releases: |