From 34ef5975172ff61077b8fa7832d34c2defe551a8 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 25 Nov 2007 14:10:18 +0000 Subject: [PATCH] SVN_SILENT simplify svn path=/trunk/KDE/kdegraphics/okular/; revision=741358 --- OkularConfigureChecks.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OkularConfigureChecks.cmake b/OkularConfigureChecks.cmake index 28b4bf90c..70fe8768c 100644 --- a/OkularConfigureChecks.cmake +++ b/OkularConfigureChecks.cmake @@ -4,11 +4,11 @@ option( "Forces okular to check for DRM to decide if you can copy/print protected pdf. (default=no)" OFF ) -if(OKULAR_FORCE_DRM STREQUAL "ON") +if (OKULAR_FORCE_DRM) set(_OKULAR_FORCE_DRM 1) -else(OKULAR_FORCE_DRM STREQUAL "ON") +else (OKULAR_FORCE_DRM) set(_OKULAR_FORCE_DRM 0) -endif(OKULAR_FORCE_DRM STREQUAL "ON") +endif (OKULAR_FORCE_DRM) # at the end, output the configuration configure_file(