summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 6b7ee8de7..304b86e48 100644
--- a/config.lib
+++ b/config.lib
@@ -2434,7 +2434,7 @@ detect_sdl() {
detect_pkg_config "2" "sdl2" "sdl2_config" "2.0"
else
sdl2_config=""
- if [ -x `which sdl2-config` ]; then
+ if [ -x "`which sdl2-config`" ]; then
detect_pkg_config "$with_sdl" "sdl2" "sdl2_config" "2.0"
fi
if [ -z "$sdl2_config" ]; then