mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
acinclude: don't require a targetprefix
This commit is contained in:
@@ -11,7 +11,7 @@ AC_ARG_WITH(target,
|
|||||||
|
|
||||||
AC_ARG_WITH(targetprefix,
|
AC_ARG_WITH(targetprefix,
|
||||||
[ --with-targetprefix=PATH prefix relative to target root (only applicable in cdk mode)],
|
[ --with-targetprefix=PATH prefix relative to target root (only applicable in cdk mode)],
|
||||||
[TARGET_PREFIX="$withval"],[TARGET_PREFIX="NONE"])
|
[TARGET_PREFIX="$withval"],[TARGET_PREFIX=""])
|
||||||
|
|
||||||
AC_ARG_WITH(debug,
|
AC_ARG_WITH(debug,
|
||||||
[ --without-debug disable debugging code],
|
[ --without-debug disable debugging code],
|
||||||
|
Reference in New Issue
Block a user