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

(-)scummvm-2.0.0/configure.orig (-1 / +1 lines)
Lines 400-406 Link Here
400
				echo $_sdlconfig
400
				echo $_sdlconfig
401
				# Save the prefix
401
				# Save the prefix
402
				_sdlpath=$path_dir
402
				_sdlpath=$path_dir
403
				if test `basename $path_dir` = bin ; then
403
				if test `basename $path_dir` = bin || test `basename $path_dir` = sbin ; then
404
					_sdlpath=`dirname $path_dir`
404
					_sdlpath=`dirname $path_dir`
405
				fi
405
				fi
406
				# break at first sdl-config found in path
406
				# break at first sdl-config found in path

Return to bug 699396