[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkdelibs=5D_kio=3A_There_is_no_HAVE=5FSTRIGI=2E_Use_?=
From:       Michael Jansen <kde () michael-jansen ! biz>
Date:       2011-02-16 19:21:39
Message-ID: 20110216192139.11994A60A9 () git ! kde ! org
[Download RAW message or body]

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@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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic