configure.ac: small fix

Set sdl_version=0 - later in testcard_extras it is numerically compared
so if set to "" it produced a warning.
This commit is contained in:
Martin Pulec
2025-04-16 14:28:49 +02:00
parent 5b2f2fe48a
commit 2c577ace15

View File

@@ -1240,7 +1240,7 @@ fi
# SDL1/2/3 Stuff # SDL1/2/3 Stuff
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
sdl=no sdl=no
sdl_version= sdl_version=0
sdl_version_str= sdl_version_str=
sdl_ver_suffix= sdl_ver_suffix=
AC_ARG_ENABLE(sdl, AC_ARG_ENABLE(sdl,