From kde-devel Wed Dec 20 19:41:43 2000 From: Bernhard Rosenkraenzer Date: Wed, 20 Dec 2000 19:41:43 +0000 To: kde-devel Subject: kpilot in kdepim X-MARC-Message: https://marc.info/?l=kde-devel&m=97734130715307 Are there any good reasons why kpilot is currently disabled? The version in CVS (HEAD) works perfectly for me (and definitely better than the KDE 1.x thing many people are still using) If it's about not compiling because of a missing "pi-file.h", that file is part of pilot-link and should be checked for. IMO, configure.in.in should say something along the lines of AC_CHECK_HEADER(pi-file.h) if test "x$ac_cv_header_pi_file_h" != "xyes"; then DO_NOT_COMPILE="$DO_NOT_COMPILE kpilot" fi Rather than just DO_NOT_COMPILE="$DO_NOT_COMPILE kpilot" ... LLaP bero >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<