Commit 87e18497 authored by Rafaël Carré's avatar Rafaël Carré

Remove bashism

parent 50134d94
...@@ -2813,7 +2813,7 @@ AC_ARG_WITH(x26410b-tree, ...@@ -2813,7 +2813,7 @@ AC_ARG_WITH(x26410b-tree,
VLC_ADD_CFLAGS([x26410b], [-DPTW32_STATIC_LIB]) VLC_ADD_CFLAGS([x26410b], [-DPTW32_STATIC_LIB])
fi fi
], [ ], [
if test "${enable_x26410b}" == "yes"; then if test "${enable_x26410b}" = "yes"; then
AC_MSG_ERROR([x26410b module doesn't work without staticly compiled libx264.a]) AC_MSG_ERROR([x26410b module doesn't work without staticly compiled libx264.a])
fi fi
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment