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

(-)koffice/chalk/configure.in.in.ORI (-1 / +1 lines)
Lines 48-54 Link Here
48
fi
48
fi
49
49
50
50
51
ac_link='$LIBTOOL_SHELL --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries -ltqt conftest.$ac_ext -llcms 1>&5'
51
ac_link='$LIBTOOL_SHELL --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries -ltqt conftest.$ac_ext -llcms 1>&5'
52
52
53
if AC_TRY_EVAL(ac_link) && test -s conftest; then
53
if AC_TRY_EVAL(ac_link) && test -s conftest; then
54
    	AC_MSG_RESULT(yes)
54
    	AC_MSG_RESULT(yes)

Return to bug 1133