configure: Fix build without gl plugins
authorEdward Hervey <edward@centricular.com>
Wed, 3 Jan 2018 07:47:58 +0000 (08:47 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 3 Jan 2018 07:47:58 +0000 (08:47 +0100)
commit5a017f58c4bf1a9c4976793c727773bf15b62a7a
tree99d97e6de57a708d44e28a167aa0928565ae3383
parent81f825735445631b4c1d493a5cb696db71781ad9
configure: Fix build without gl plugins

The AM_CONDITIONAL always need to be evaluated, regardless of
whether we are building with or without gl plugins (the actual
checks are only called in AG_GST_GL_PLUGIN_CHECKS).
configure.ac
m4/gst-gl.m4