mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
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:
@@ -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@:>@]),
|
||||
|
Reference in New Issue
Block a user