Version: (using KDE KDE 3.4.2) Installed from: SuSE RPMs To reproduce: 1. Download and untar digikam-0.8.0-beta1.tar.bz2 2. Run ./configure on a system which does not have libkipi installed. Observed behaviour: 3. ./configure prints the following diagnostic message: -- libkipi found.................. NO digiKam needs libkipi. You need to install libkipi first libkipi website is at http://extragear.kde.org/apps/kipi.php However, that URL is invalid.
SVN commit 453470 by pahlibar: correct kipi url BUGS: 111511 M +1 -1 configure.in.bot --- trunk/extragear/graphics/digikam/configure.in.bot #453469:453470 @@ -55,7 +55,7 @@ echo "-- libkipi found.................. NO" echo "" echo "digiKam needs libkipi. You need to install libkipi first" - echo "libkipi website is at http://extragear.kde.org/apps/kipi.php" + echo "libkipi website is at http://extragear.kde.org/apps/kipi" echo "" all_tests=bad else