mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 04:04:45 +08:00
Don't call AM_CONDITIONAL from macro.
First, this cannot work properly as the invocation of AM_CONDITIONAL must be inconditional. Second, this would introduce pointless automake conditional and thus needlessly slowing down the build system.
This commit is contained in:
parent
b57f6a50d1
commit
46ef2de1ce
@ -96,9 +96,6 @@ PKG_WITH_MODULES([$1],[$3],
|
||||
),
|
||||
[$4],[$5])
|
||||
|
||||
AM_CONDITIONAL([HAVE_][$1],
|
||||
[test "$AS_TR_SH([with_]enable_arg)" = "yes"])
|
||||
|
||||
m4_popdef([module_name])
|
||||
m4_popdef([enable_arg])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user