Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 661650 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/configure
0
++ b/configure
Lines 15048-15054 Link Here
15048
15048
15049
# Check whether --enable-vlock was given.
15049
# Check whether --enable-vlock was given.
15050
if test "${enable_vlock+set}" = set; then :
15050
if test "${enable_vlock+set}" = set; then :
15051
  enableval=$enable_vlock; VLOCK_PROG=no
15051
  enableval=$enable_vlock; VLOCK_PROG=$enableval
15052
else
15052
else
15053
  VLOCK_PROG=yes
15053
  VLOCK_PROG=yes
15054
fi
15054
fi
15055
-- a/configure.ac
15055
++ b/configure.ac
Lines 111-117 Link Here
111
111
112
AC_ARG_ENABLE(vlock,
112
AC_ARG_ENABLE(vlock,
113
	AS_HELP_STRING(--disable-vlock, [do not build vlock]),
113
	AS_HELP_STRING(--disable-vlock, [do not build vlock]),
114
	[VLOCK_PROG=no],[VLOCK_PROG=yes])
114
	[VLOCK_PROG=$enableval],[VLOCK_PROG=yes])
115
AM_CONDITIONAL(VLOCK, test "$VLOCK_PROG" = "yes")
115
AM_CONDITIONAL(VLOCK, test "$VLOCK_PROG" = "yes")
116
116
117
if test "$VLOCK_PROG" = "yes"; then
117
if test "$VLOCK_PROG" = "yes"; then

Return to bug 661650