Do not disable the default-socket if it was enabled explicitly

This commit is contained in:
Martin Willi 2010-03-11 08:52:48 +01:00
parent 81e9e75940
commit 0fa7d1abb3
1 changed files with 3 additions and 2 deletions

View File

@ -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