aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8020876ca3..0efba9fb97 100755
--- a/configure
+++ b/configure
@@ -235,7 +235,7 @@ find_sdlconfig()
#reset separator to parse sdlconfigs
IFS=":"
for sdlconfig in $sdlconfigs; do
- if test -x "$path_dir/$sdlconfig" ; then
+ if test -f "$path_dir/$sdlconfig" ; then
_sdlconfig="$path_dir/$sdlconfig"
echo $_sdlconfig
# Save the prefix