rename ENABLE_AIT => ENABLE_AITSCAN

Origin commit data
------------------
Commit: 2c5cf110f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)

Origin message was:
------------------
- rename ENABLE_AIT => ENABLE_AITSCAN
This commit is contained in:
vanhofen
2024-01-02 00:43:08 +01:00
committed by Thilo Graf
parent 5af13a3510
commit e5c7abf9a0
7 changed files with 15 additions and 15 deletions

View File

@@ -308,9 +308,9 @@ AC_ARG_ENABLE(aitscan,
[enable_aitscan="yes"])
if test "$enable_aitscan" = "yes"; then
AC_DEFINE(ENABLE_AIT, 1, [enable Application Information Table support])
AC_DEFINE(ENABLE_AITSCAN, 1, [enable Application Information Table support])
fi
AM_CONDITIONAL(ENABLE_AIT, test "$enable_aitscan" = "yes")
AM_CONDITIONAL(ENABLE_AITSCAN, test "$enable_aitscan" = "yes")
AC_ARG_ENABLE(giflib,
AS_HELP_STRING([--enable-giflib], [use giflib instead of libungif @<:@default=no@:>@]),