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

Collapse All | Expand All

(-)tkphone-1.0.3/configure.orig (-4 / +4 lines)
Lines 369-380 Link Here
369
if eval "test \"`echo '$WISH+set'`\" = set"; then
369
if eval "test \"`echo '$WISH+set'`\" = set"; then
370
  { echo "configure: error: can not find Tk interpreter" 1>&2; exit 1; }
370
  { echo "configure: error: can not find Tk interpreter" 1>&2; exit 1; }
371
else
371
else
372
	if eval "test `$WISH testtk`"; then
372
#	if eval "test `$WISH testtk`"; then
373
	  echo $ac_n "yes (cached) $ac_c" 1>&4;
373
	  echo $ac_n "yes (cached) $ac_c" 1>&4;
374
		echo
374
		echo
375
	else
375
#	else
376
	  { echo "configure: error: can not find Tk version >= 8.0" 1>&2; exit 1; }
376
#	  { echo "configure: error: can not find Tk version >= 8.0" 1>&2; exit 1; }
377
	fi
377
#	fi
378
fi
378
fi
379
379
380
ac_aux_dir=
380
ac_aux_dir=

Return to bug 51556