mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Deprecate SDL_GetRevisionNumber and update things for git instead of hg.
Fixes #4063
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -16000,9 +16000,9 @@ esac
|
||||
|
||||
if test x$srcdir != x.; then
|
||||
INCLUDE="-Iinclude $INCLUDE"
|
||||
elif test -d .hg; then
|
||||
elif test -d .git; then
|
||||
as_fn_error $? "
|
||||
*** When building from Mercurial you should configure and build in a
|
||||
*** When building from a git clone you should configure and build in a
|
||||
separate directory so you don't clobber SDL_config.h, SDL_revision.h
|
||||
" "$LINENO" 5
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user