Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266457
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- dialog-1.1-20080819/configure.in
0
++ dialog-1.1-20080819/configure.in
Lines 54-60 Link Here
54
54
55
LIBTOOL_MAKE="#"
55
LIBTOOL_MAKE="#"
56
CF_WITH_LIBTOOL
56
CF_WITH_LIBTOOL
57
if test "$with_libtool" = "yes" ; then
57
if test "$with_libtool" != "no" ; then
58
	OBJEXT="lo"
58
	OBJEXT="lo"
59
	LIBTOOL_MAKE=
59
	LIBTOOL_MAKE=
60
	CF_WITH_LIBTOOL_OPTS
60
	CF_WITH_LIBTOOL_OPTS
61
-- dialog-1.1-20080819/configure
61
++ dialog-1.1-20080819/configure
Lines 7259-7265 Link Here
7259
7259
7260
test -z "$LIBTOOL" && ECHO_LT=
7260
test -z "$LIBTOOL" && ECHO_LT=
7261
7261
7262
if test "$with_libtool" = "yes" ; then
7262
if test "$with_libtool" != "no" ; then
7263
	OBJEXT="lo"
7263
	OBJEXT="lo"
7264
	LIBTOOL_MAKE=
7264
	LIBTOOL_MAKE=
7265
7265

Return to bug 266457