aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 89a32febb..a48c09671 100644
--- a/configure.in
+++ b/configure.in
@@ -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