By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 314
Collapse All | Expand All

(-)kdemultimedia/configure.in.in (-1 / +1 lines)
Lines 35-41 Link Here
35
	then
35
	then
36
		MMX_SUPPORT="no"
36
		MMX_SUPPORT="no"
37
	else
37
	else
38
		as_ver=`echo $as_ver |sed -e "s/.*version //;s/ .*//"`
38
		as_ver=`echo|as -v 2>&1 | grep ".*version.*" | awk '{print $NF}'`
39
		as_major=`echo $as_ver |cut -d. -f1`
39
		as_major=`echo $as_ver |cut -d. -f1`
40
		if test $as_major -gt 2
40
		if test $as_major -gt 2
41
		then
41
		then

Return to bug 314