aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.15/sdl-config.in
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-07-09 11:42:54 -0700
committerJesse Hall <jessehall@google.com>2012-07-22 00:35:08 -0700
commite4c5d95ed37611acc6a186522315195b4ebfb9ef (patch)
treeb39ee901bb528b7e3593117cde724ef75d438b67 /distrib/sdl-1.2.15/sdl-config.in
parent9682c8870b8ff5e4ac2e4c70b759f791c6f38c1f (diff)
downloadexternal_qemu-e4c5d95ed37611acc6a186522315195b4ebfb9ef.zip
external_qemu-e4c5d95ed37611acc6a186522315195b4ebfb9ef.tar.gz
external_qemu-e4c5d95ed37611acc6a186522315195b4ebfb9ef.tar.bz2
Apply Android changes from sdl-1.2.12 to sdl-1.2.15
These changes come from diffing Android's sdl-1.2.12 tree against a pure upstream sdl-1.2.12 tree, and then manually applying those differences to the sdl-1.2.15 tree. Change-Id: I05fa6e8004bb629fa2482f092b6ab127b7e51e73
Diffstat (limited to 'distrib/sdl-1.2.15/sdl-config.in')
-rw-r--r--distrib/sdl-1.2.15/sdl-config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/sdl-1.2.15/sdl-config.in b/distrib/sdl-1.2.15/sdl-config.in
index e0fcc0c..843c1a6 100644
--- a/distrib/sdl-1.2.15/sdl-config.in
+++ b/distrib/sdl-1.2.15/sdl-config.in
@@ -1,6 +1,7 @@
#!/bin/sh
-prefix=@prefix@
+curdir=`dirname $0`
+prefix=`dirname $curdir`
exec_prefix=@exec_prefix@
exec_prefix_set=no
libdir=@libdir@
@@ -49,7 +50,7 @@ while test $# -gt 0; do
@ENABLE_SHARED_TRUE@ ;;
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
-@ENABLE_STATIC_TRUE@ echo -L@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@
+@ENABLE_STATIC_TRUE@ echo @SDL_STATIC_LIBS@
@ENABLE_STATIC_TRUE@ ;;
*)
echo "${usage}" 1>&2