Do not disable the default-socket if it was enabled explicitly
This commit is contained in:
+3
-2
@@ -242,9 +242,10 @@ fi
|
||||
if test x$pluto = xtrue; then
|
||||
if test x$socket_raw = xfalse; then
|
||||
AC_MSG_NOTICE([Enforcing --enable-socket-raw, as pluto is enabled])
|
||||
socket_default=false
|
||||
socket_raw=true
|
||||
socket_dynamic=false
|
||||
if test x$socket_default_given = xfalse; then
|
||||
socket_default=false
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user