Index: configure =================================================================== --- configure (revision 7526) +++ configure (working copy) @@ -400,6 +400,9 @@ if has_header /opt/kde3/include/khtml_part.h ; then hasit="yes" fi + if has_header khtml_part.h ; then + hasit="yes" + fi fi if test "$hasit" = "no" ; then echo "Disabling MythBrowser due to missing KDE development packages."