3 Jun 2004 00:08
kdeextragear-3/digikam
Renchi Raju <renchi <at> pooh.tam.uiuc.edu>
2004-06-02 22:08:33 GMT
2004-06-02 22:08:33 GMT
CVS commit by pahlibar: CCMAIL: Ralf Hoelzer <ralf <at> well.com>, digikam-devel <at> lists.sourceforge.net added checks for getting the version of libexif and do conditional compiling for kexifentry. hopefully should work both with 0.6.9 and 0.5.12 versions of libexif. can anyone with libexif >= 0.6.9 confirm that. additionally the configure script should not barf if libexif can't be found renchi M +7 -0 configure.in.bot 1.3 M +10 -1 utilities/configure.in.in 1.5 M +4 -0 utilities/kexif/kexifentry.cpp 1.4 --- kdeextragear-3/digikam/configure.in.bot #1.2:1.3 <at> <at> -15,2 +15,9 <at> <at> echo "" fi + +if test "$NO_LIBEXIF" = "yes"; then + echo "" + echo "DigiKam needs libexif. You need to install libexif, e.g. from" + echo "http://libexif.sourceforge.net" + echo "" +fi --- kdeextragear-3/digikam/utilities/configure.in.in #1.4:1.5 <at> <at> -66,5 +66,14 <at> <at>(Continue reading)
RSS Feed