diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 932f0d313..5b0818996 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,15 +271,6 @@ if( BUILD_STARTTDE ) endif() -##### Determine whether older manpage support is used ########## - -if( EXISTS "/usr/sbin/makewhatis" ) - set( WITH_MAKEWHATIS "1" ) - message( STATUS "Selected makewhatis for tdeio-man on your system" ) -else() - message( STATUS "Selected man-db for tdeio-man on your system" ) -endif() - ##### Checks for a distribution-specific 1st menu item, generally a control center if(EXISTS "/usr/share/applications/YaST.desktop") set( KICKOFF_DIST_CONFIG_SHORTCUT1 "/usr/share/applications/YaST.desktop" ) |