[kdelibs] kio: There is no HAVE_STRIGI. Use STRIGI_FOUND instead.
Michael Jansen
kde at michael-jansen.biz
Wed Feb 16 20:21:39 CET 2011
Git commit 012b50a3e6798187906833c4e24fcc61b6f10afd by Michael Jansen.
Committed on 16/02/2011 at 20:13.
Pushed by mjansen into branch 'master'.
There is no HAVE_STRIGI. Use STRIGI_FOUND instead.
CCMAIL: kde-buildsystem at kde.org
M +4 -4 kio/CMakeLists.txt
http://commits.kde.org/kdelibs/012b50a3e6798187906833c4e24fcc61b6f10afd
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt
index a38eff1..2624327 100644
--- a/kio/CMakeLists.txt
+++ b/kio/CMakeLists.txt
@@ -9,9 +9,9 @@ if(NOT HAVE_NEPOMUK)
set(KIO_NO_NEPOMUK TRUE)
endif(NOT HAVE_NEPOMUK)
-if(NOT HAVE_STRIGI)
+if(NOT STRIGI_FOUND)
set(KIO_NO_STRIGI TRUE)
-endif(NOT HAVE_STRIGI)
+endif(NOT STRIGI_FOUND)
if(NOT HAVE_SOPRANO)
set(KIO_NO_SOPRANO TRUE)
@@ -76,9 +76,9 @@ add_subdirectory( kssl/kssl )
add_subdirectory( kssl/kcm )
add_subdirectory( misc )
add_subdirectory( tests )
-if(HAVE_STRIGI)
+if(STRIGI_FOUND)
add_subdirectory( kio/dummyanalyzers )
-endif(HAVE_STRIGI)
+endif(STRIGI_FOUND)
set(kiocore_STAT_SRCS
kio/accessmanager.cpp
More information about the Kde-buildsystem
mailing list