efl: fix option for gstreamer.

Thanks to Nicolas Aguirre


SVN revision: 82604
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-11 03:22:03 +00:00
parent 356d4f733c
commit f0a0fd7f4e
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ AC_ARG_ENABLE([gstreamer],
[AC_HELP_STRING([--disable-gstreamer],
[disable gstreamer support. @<:@default=enabled@:>@])],
[
if test "x${withval}" = "xyes" ; then
if test "x${enableval}" = "xyes" ; then
want_gstreamer="yes"
else
want_gstreamer="no"