mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
GNU sort isn't available on older macOS and some BSD systems
Don't prevent building entirely, just warn that we won't be able to find dynamic libraries in this case. Fixes https://github.com/libsdl-org/SDL/pull/6338
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -17955,7 +17955,8 @@ test -n "$SORT" || SORT="false"
|
||||
|
||||
if ! "$SORT" -V </dev/null >/dev/null
|
||||
then :
|
||||
as_fn_error $? "GNU sort(1) is required" "$LINENO" 5
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: GNU sort(1) is required to find dynamic libraries" >&5
|
||||
printf "%s\n" "$as_me: WARNING: GNU sort(1) is required to find dynamic libraries" >&2;}
|
||||
fi
|
||||
|
||||
# Check whether --enable-largefile was given.
|
||||
|
||||
Reference in New Issue
Block a user