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 437
Collapse All | Expand All

(-)hk_classes-0.8.3/acinclude.m4.python (-2 / +2 lines)
Lines 1220-1226 Link Here
1220
PYTHON_EXTRA_LIBS and PYTHON_EXTRA_LDFLAGS by hand.
1220
PYTHON_EXTRA_LIBS and PYTHON_EXTRA_LDFLAGS by hand.
1221
Moreover, to disable this check, set PYTHON_NOVERSIONCHECK
1221
Moreover, to disable this check, set PYTHON_NOVERSIONCHECK
1222
to something else than an empty string.
1222
to something else than an empty string.
1223
])dnl
1223
])
1224
		else
1224
		else
1225
			AC_MSG_RESULT([skip at user request])
1225
			AC_MSG_RESULT([skip at user request])
1226
		fi
1226
		fi
Lines 1244-1250 Link Here
1244
If you have it installed, but it isn't the default Python
1244
If you have it installed, but it isn't the default Python
1245
interpreter in your system path, please pass the PYTHON_VERSION 
1245
interpreter in your system path, please pass the PYTHON_VERSION 
1246
variable to configure. See ``configure --help'' for reference.
1246
variable to configure. See ``configure --help'' for reference.
1247
])dnl
1247
])
1248
		fi
1248
		fi
1249
	fi
1249
	fi
1250
1250

Return to bug 437