From: Tim-Philipp Müller Date: Mon, 1 Nov 2010 16:04:20 +0000 (+0000) Subject: configure: fix --disable-external X-Git-Tag: RELEASE-0.10.26~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e4df6bfc93c1b4092564983a186e961f04345e9;p=platform%2Fupstream%2Fgst-plugins-good.git configure: fix --disable-external --- diff --git a/configure.ac b/configure.ac index 3d7a5fc..543bee9 100644 --- a/configure.ac +++ b/configure.ac @@ -1009,6 +1009,7 @@ AM_CONDITIONAL(USE_HAL, false) AM_CONDITIONAL(USE_JPEG, false) AM_CONDITIONAL(USE_LIBCACA, false) AM_CONDITIONAL(USE_LIBDV, false) +AM_CONDITIONAL(USE_LIBIEC61883, false) AM_CONDITIONAL(USE_LIBPNG, false) AM_CONDITIONAL(USE_OSS, false) AM_CONDITIONAL(USE_OSS4, false)