X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=CMakeLists.txt;h=68bcb360ea8a3a82e6af346f96b2b01c8a318afa;hp=b818ed620e60ad810b4a7b2c8ba14f8379b1f9c3;hb=68fabfdd78a08d3896ef25fe99e76c32beb56761;hpb=ec42b5f9dbca7a552524c138f6764671612fe385 diff --git a/CMakeLists.txt b/CMakeLists.txt index b818ed6..68bcb36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,9 +37,6 @@ ADD_DEFINITIONS("-DMUTTLOCALEDIR=\\\"${DATADIR}/locale\\\"") SET(MAILPATH CACHE STRING "Where new mail is spooled") OPTION(WITH_GPGME "Use GPGME [default: on]" ON) OPTION(WITH_IDN "Use GNU libidn for domain names [default: off]") - -OPTION(USE_FLOCK "Use flock to lock files [default: off]") -OPTION(USE_FCNTL "Use fcntl to lock files [default: on]" ON) OPTION(USE_HCACHE "Enable headers caching [default: off]") FIND_FILE(SENDMAIL sendmail