3807c03
--- digikam-3.1.0/extra/kipi-plugins/CMakeLists.txt	2013-03-11 10:24:11.000000000 +0200
3807c03
+++ digikam-3.1.0/extra/kipi-plugins/CMakeLists.txt	2013-03-13 00:15:05.539275132 +0200
3807c03
@@ -468,9 +468,9 @@
3807c03
     # Currently the cmake module distributed w/ cmake uses a different variable
3807c03
     # name LIBXLST_EXSLT_LIBRARIES for libxeslt than the cmake modeule 
3807c03
     # distributed w/ kdelibs LIBEXSLT_LIBRARIES.
3807c03
-    if (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
3807c03
-        set(LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_LIBRARIES})
3807c03
-    endif (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
3807c03
+    if (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBEXSLT_LIBRARIES)
3807c03
+        set(LIBXSLT_EXSLT_LIBRARIES ${LIBEXSLT_LIBRARIES})
3807c03
+    endif (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBEXSLT_LIBRARIES)
3807c03
     IF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)
3807c03
         ADD_SUBDIRECTORY(htmlexport)
3807c03
     ENDIF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)