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

(-)file_not_specified_in_diff (-10 / +1 lines)
Line  Link Here
0
-- a/admin/acinclude.m4.in
0
++ b/admin/acinclude.m4.in
Lines 1689-1703 Link Here
1689
       KDE_USE_CLOSURE_TRUE="#"
1689
       KDE_USE_CLOSURE_TRUE="#"
1690
       KDE_USE_CLOSURE_FALSE=""
1690
       KDE_USE_CLOSURE_FALSE=""
1691
       KDE_NO_UNDEFINED=""
1691
       KDE_NO_UNDEFINED=""
1692
       case $host in 
1693
         *-*-linux-gnu)
1694
           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
1695
                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
1696
		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
1697
		[KDE_NO_UNDEFINED=""])],
1698
	    [KDE_NO_UNDEFINED=""])
1699
           ;;
1700
       esac
1701
  fi
1692
  fi
1702
  AC_SUBST(KDE_USE_CLOSURE_TRUE)
1693
  AC_SUBST(KDE_USE_CLOSURE_TRUE)
1703
  AC_SUBST(KDE_USE_CLOSURE_FALSE)
1694
  AC_SUBST(KDE_USE_CLOSURE_FALSE)

Return to bug 1194