efl: too much c&p

SVN revision: 82487
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-09 22:22:39 +00:00
parent b34b60d026
commit 36c5d249ff
1 changed files with 1 additions and 5 deletions

View File

@ -1775,11 +1775,7 @@ AC_ARG_ENABLE([gstreamer],
if test "x${withval}" = "xyes" ; then
want_gstreamer="yes"
else
if test "x${withval}" = "xalways" ; then
want_gstreamer="always"
else
want_gstreamer="no"
fi
want_gstreamer="no"
fi
],
[want_gstreamer="yes"])