Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 9a4ac2a4d52b191dab06ee8e9af81e87 > files > 4

kdepim-4.4.10-1.fc13.src.rpm

diff -up kdepim-4.4.5/cmake/modules/FindAssuan.cmake.libassuan1 kdepim-4.4.5/cmake/modules/FindAssuan.cmake
--- kdepim-4.4.5/cmake/modules/FindAssuan.cmake.libassuan1	2009-02-04 12:19:54.000000000 -0600
+++ kdepim-4.4.5/cmake/modules/FindAssuan.cmake	2010-08-11 13:56:02.663356542 -0500
@@ -48,7 +48,7 @@ include (MacroEnsureVersion)
 
 if ( WIN32 )
 
-  # On Windows, we don't have a libassuan-config script, so we need to
+  # On Windows, we don't have a libassuan1-config script, so we need to
   # look for the stuff ourselves:
 
   # in cmake, AND and OR have the same precedence, there's no
@@ -144,7 +144,7 @@ if ( WIN32 )
 
 else() # not WIN32
 
-  # On *nix, we have the libassuan-config script which can tell us all we
+  # On *nix, we have the libassuan1-config script which can tell us all we
   # need to know:
 
   # see WIN32 case for an explanation of what this does:
@@ -174,12 +174,12 @@ else() # not WIN32
     set( ASSUAN_PTHREAD_FOUND false )
     set( ASSUAN_PTH_FOUND     false )
 
-    find_program( _ASSUANCONFIG_EXECUTABLE NAMES libassuan-config )
+    find_program( _ASSUANCONFIG_EXECUTABLE NAMES libassuan1-config )
 
-    # if libassuan-config has been found
+    # if libassuan1-config has been found
     if ( _ASSUANCONFIG_EXECUTABLE )
       
-      message( STATUS "Found libassuan-config at ${_ASSUANCONFIG_EXECUTABLE}" )
+      message( STATUS "Found libassuan1-config at ${_ASSUANCONFIG_EXECUTABLE}" )
 
       exec_program( ${_ASSUANCONFIG_EXECUTABLE} ARGS --version OUTPUT_VARIABLE ASSUAN_VERSION )