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

(-)k3d-0.4.4.2/acinclude.m4-orig (-2 / +6 lines)
Lines 500-506 Link Here
500
if test x$withval = xyes; then
500
if test x$withval = xyes; then
501
501
502
	AC_MSG_CHECKING([for netpbm])
502
	AC_MSG_CHECKING([for netpbm])
503
	if ppmmake 0,0,0 16 16 | pnmtotiff --version >/dev/null 2>/dev/null; then
503
	if ppmmake 0,0,0 16 16 | pnmtotiff --version >pnmtotiff-test 2>/dev/null; then
504
		AC_MSG_RESULT([found])
504
		AC_MSG_RESULT([found])
505
		K3D_HAVE_NETPBM="yes"
505
		K3D_HAVE_NETPBM="yes"
506
	else
506
	else
Lines 512-517 Link Here
512
able to load images for use as textures.
512
able to load images for use as textures.
513
		])
513
		])
514
	fi
514
	fi
515
516
	rm -f pnmtotiff-test
515
fi
517
fi
516
])
518
])
517
519
Lines 530-536 Link Here
530
	if test x$withval = xyes; then
532
	if test x$withval = xyes; then
531
533
532
		AC_MSG_CHECKING([for newer versions of pnmtotiff])
534
		AC_MSG_CHECKING([for newer versions of pnmtotiff])
533
		if ppmmake 0,0,0 16 16 | pnmtotiff -color -truecolor >/dev/null 2>/dev/null; then
535
		if ppmmake 0,0,0 16 16 | pnmtotiff -color -truecolor >pnmtotiff-test 2>/dev/null; then
534
			AC_MSG_RESULT([found])
536
			AC_MSG_RESULT([found])
535
			K3D_PNMTOTIFF_FLAGS="-color -truecolor"
537
			K3D_PNMTOTIFF_FLAGS="-color -truecolor"
536
		else
538
		else
Lines 549-554 Link Here
549
			])
551
			])
550
		fi
552
		fi
551
	fi
553
	fi
554
555
	rm -f pnmtotiff-test
552
fi
556
fi
553
557
554
])
558
])

Return to bug 110137