projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22bccb7
)
Fixed behavior of --disable{-xine,-v4l2}
author
Alex-P. Natsios
<drakevr@linuxteam.teilar.gr>
Fri, 29 Mar 2013 13:14:34 +0000
(22:14 +0900)
committer
Carsten Haitzler (Rasterman)
<raster@rasterman.com>
Fri, 29 Mar 2013 13:14:34 +0000
(22:14 +0900)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
4610cfc
..
c8b1f9b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3449,7
+3449,7
@@
AC_ARG_ENABLE([xine],
[AC_HELP_STRING([--enable-xine],
[enable xine support. @<:@default=disabled@:>@])],
[
- if test "x${
with
val}" = "xyes" ; then
+ if test "x${
enable
val}" = "xyes" ; then
want_xine="yes"
else
want_xine="no"
@@
-3460,7
+3460,7
@@
AC_ARG_ENABLE([xine],
AC_ARG_ENABLE([v4l2],
[AC_HELP_STRING([--enable-v4l2], [enable v4l2 support.])],
[
- if test "x${
with
val}" = "xyes" ; then
+ if test "x${
enable
val}" = "xyes" ; then
want_v4l2="yes"
else
want_v4l2="no"