Commit aa3ff9d9 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops. (Don't know what that's used for as it worked without it)

parent 675111cc
......@@ -1532,7 +1532,7 @@ AS_IF([test "x${enable_debug}" = "xno"], [AC_DEFINE(NDEBUG)])
dnl
dnl Allow runing as root (usefull for people runing on embedded platforms)
dnl
AC_ARG_ENABLE(debug,
AC_ARG_ENABLE(run-as-root,
[ --enable-run-as-root allow runing VLC as root (default disabled)])
AS_IF([test "${enable_run_as_root}" == "yes"],[
AC_DEFINE(ALLOW_RUN_AS_ROOT, 1,
......
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