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

(-)trinity-tdeio-sword-14.0.0~pre8+92c8a3f2/sword.m4.ftbfs (-2 / +2 lines)
Lines 119-125 Link Here
119
EOF
119
EOF
120
120
121
121
122
ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
122
ac_link='$LIBTOOL_SHELL --silent --mode=link --tag=ld ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
123
if AC_TRY_EVAL(ac_link) && test -s conftest; then
123
if AC_TRY_EVAL(ac_link) && test -s conftest; then
124
	if test -x conftest; then
124
	if test -x conftest; then
125
		eval ac_cv_installed_sword_version=`./conftest 2>&5`
125
		eval ac_cv_installed_sword_version=`./conftest 2>&5`
Lines 192-198 Link Here
192
}
192
}
193
EOF
193
EOF
194
194
195
ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
195
ac_link='$LIBTOOL_SHELL --silent --mode=link --tag=ld ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
196
if AC_TRY_EVAL(ac_link) && test -s conftest; then
196
if AC_TRY_EVAL(ac_link) && test -s conftest; then
197
	if test -x conftest; then
197
	if test -x conftest; then
198
		eval ac_cv_sword_recent_version=`./conftest $1 2>&5`
198
		eval ac_cv_sword_recent_version=`./conftest $1 2>&5`

Return to bug 1560