mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 09:07:24 +08:00
Set --enable-sii-assign by default.
This commit is contained in:
+2
-2
@@ -1028,7 +1028,7 @@ AC_MSG_CHECKING([whether to assign the SII to PDI])
|
||||
|
||||
AC_ARG_ENABLE([sii-assign],
|
||||
AS_HELP_STRING([--enable-sii-assign],
|
||||
[Enable SII assignment to PDI (default: no)]),
|
||||
[Enable SII assignment to PDI (default: yes)]),
|
||||
[
|
||||
case "${enableval}" in
|
||||
yes) siiassign=1
|
||||
@@ -1039,7 +1039,7 @@ AC_ARG_ENABLE([sii-assign],
|
||||
;;
|
||||
esac
|
||||
],
|
||||
[siiassign=0]
|
||||
[siiassign=1]
|
||||
)
|
||||
|
||||
if test "x${siiassign}" = "x1"; then
|
||||
|
||||
Reference in New Issue
Block a user