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 852c388..9f95fec 100755
--- a/tools/configure
+++ b/tools/configure
@@ -625,8 +625,8 @@ pandoracc () {
prefixtools "$PNDSDK/bin/arm-angstrom-linux-gnueabi-"
# Detect SDL
- GCCOPTS="$GCCOPTS `$PKG_CONFIG --cflags sdl`"
- LDOPTS="$LDOPTS `$PKG_CONFIG --libs sdl`"
+ GCCOPTS="$GCCOPTS `$PNDSDK/bin/sdl-config --cflags`"
+ LDOPTS="$LDOPTS `$PNDSDK/bin/sdl-config --libs`"
# Compiler options
GCCOPTS="$GCCOPTS -O2 -fno-strict-aliasing"