]> git.sesse.net Git - vlc/commit
Don't call AM_CONDITIONAL from macro.
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 6 Oct 2009 19:03:48 +0000 (22:03 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 6 Oct 2009 19:03:48 +0000 (22:03 +0300)
commit46ef2de1ce1ca2b6def58b86fae6dedfb26de24e
tree26d72a92828e1fb7643af7ba99dfd5ff67c4a59c
parentb57f6a50d13e00b1a9a1273e78ab6a6c9910e5c9
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.
m4/with_pkg.m4