]> git.sesse.net Git - vlc/commit
Fix the condition for HAVE_QTKIT.
authorRalph Giles <giles@mozilla.com>
Fri, 25 Nov 2011 01:41:54 +0000 (17:41 -0800)
committerRafaël Carré <funman@videolan.org>
Fri, 25 Nov 2011 01:54:58 +0000 (20:54 -0500)
commit890da7340e277cc865309dd45d918fb10e4578fe
tree9dc36e404c371c0a7084d5eebb4d651079899acb
parentca15b15bc6b3e97edc31f8fd95d2c0fb140a6ab1
Fix the condition for HAVE_QTKIT.

    The AM_CONDITIONAL call for HAVE_QTKIT has had a bug since
    3ddb9e51, where a 'test' invocation was elided. On MacOS X
    10.7.2 this caused the configure script to hang with an
    obscure launchd message:

      launch_msg("CheckIn") IPC failure: Operation not permitted

    This patch restores the intended logic.

Signed-off-by: Rafaël Carré <funman@videolan.org>
configure.ac