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

(-)kvirc-3.5.13.1/admin/acinclude.m4.in.ORI (-1 / +1 lines)
Lines 1105-1111 Link Here
1105
			ss_save_LIBS="$LIBS"
1105
			ss_save_LIBS="$LIBS"
1106
			CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT3_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
1106
			CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT3_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
1107
			CXXFLAGS="-O2 -Wall $CXXFLAGS"
1107
			CXXFLAGS="-O2 -Wall $CXXFLAGS"
1108
			LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR $SS_X_LDFLAGS $SS_X_LIBLINK -L$SS_QT3_LIBDIR $LIBS -lsoundserver_idl -lkdecore -l$SS_QTLIB_NAME -Wl,-rpath $SS_KDE_LIBDIR"
1108
			LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR $SS_X_LDFLAGS $SS_X_LIBLINK -L$SS_QT3_LIBDIR $LIBS -lsoundserver_idl -lkdecore -lmcop -l$SS_QTLIB_NAME -Wl,-rpath $SS_KDE_LIBDIR"
1109
			if test "$SS_LINK_TO_LIBDL" = "yes"; then
1109
			if test "$SS_LINK_TO_LIBDL" = "yes"; then
1110
				LIBS="$LIBS -ldl";
1110
				LIBS="$LIBS -ldl";
1111
			fi
1111
			fi

Return to bug 1262