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

(-)a/configure.in.in (+3 lines)
Lines 98-103 AC_SUBST(GV_ASM_DEFS) Link Here
98
# libmng check (for gvmngformattype.*)
98
# libmng check (for gvmngformattype.*)
99
#
99
#
100
LIBMNG=
100
LIBMNG=
101
CXXFLAGS_SAVE="$CXXFLAGS"
102
CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE"
101
KDE_CHECK_HEADER(libmng.h,
103
KDE_CHECK_HEADER(libmng.h,
102
    [
104
    [
103
    KDE_CHECK_LIB(mng, mng_initialize,
105
    KDE_CHECK_LIB(mng, mng_initialize,
Lines 106-111 KDE_CHECK_HEADER(libmng.h, Link Here
106
        LIBMNG="-lmng $LIBZ -lm"
108
        LIBMNG="-lmng $LIBZ -lm"
107
        ], [], $LIBZ -lm)
109
        ], [], $LIBZ -lm)
108
    ])
110
    ])
111
CXXFLAGS="$CXXFLAGS_SAVE"
109
AC_SUBST(LIBMNG)
112
AC_SUBST(LIBMNG)
110
if test -z "$LIBMNG"; then
113
if test -z "$LIBMNG"; then
111
    AC_WARN([Can't find libmng.h, Gwenview won't be compiled with MNG support])
114
    AC_WARN([Can't find libmng.h, Gwenview won't be compiled with MNG support])

Return to bug 1393