summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 852c388bb7..9f95feca8b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -625,8 +625,8 @@ pandoracc () {
625 prefixtools "$PNDSDK/bin/arm-angstrom-linux-gnueabi-" 625 prefixtools "$PNDSDK/bin/arm-angstrom-linux-gnueabi-"
626 626
627 # Detect SDL 627 # Detect SDL
628 GCCOPTS="$GCCOPTS `$PKG_CONFIG --cflags sdl`" 628 GCCOPTS="$GCCOPTS `$PNDSDK/bin/sdl-config --cflags`"
629 LDOPTS="$LDOPTS `$PKG_CONFIG --libs sdl`" 629 LDOPTS="$LDOPTS `$PNDSDK/bin/sdl-config --libs`"
630 630
631 # Compiler options 631 # Compiler options
632 GCCOPTS="$GCCOPTS -O2 -fno-strict-aliasing" 632 GCCOPTS="$GCCOPTS -O2 -fno-strict-aliasing"