mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
rename ENABLE_AIT => ENABLE_AITSCAN
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c5cf110f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Origin message was:
------------------
- rename ENABLE_AIT => ENABLE_AITSCAN
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -315,9 +315,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