summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-11-09 12:05:14 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-11-09 12:05:14 -0600
commit853f2558ab5b324106b1256d9804fc5db5d4ee10 (patch)
treeb22a23ee6e283cf1668d91269c0328c9a9bf26f0 /CMakeLists.txt
parent0bc7a6a5ed10342ca2ae16aad00aa534ea855ce3 (diff)
downloadtdebase-853f2558ab5b324106b1256d9804fc5db5d4ee10.tar.gz
tdebase-853f2558ab5b324106b1256d9804fc5db5d4ee10.zip
Set WITH_SUDO_TDESU_BACKEND configuration option to same default as tdelibs.
This resolves bug report 1702.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be4fceca3..409893484 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,7 +76,7 @@ option( WITH_XSCREENSAVER "Enable xscreensaver support" ${WITH_ALL_OPTIONS} )
option( WITH_LIBART "Enable libart support (for SVG icons and wallpapers)" ${WITH_ALL_OPTIONS} )
option( WITH_LIBUSB "Enable control of some mouse models through libusb" ${WITH_ALL_OPTIONS} )
option( WITH_LIBRAW1394 "Enable visualization of ieee1394 devices through libraw1394" ${WITH_ALL_OPTIONS} )
-option( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" ${WITH_ALL_OPTIONS} )
+option( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF )
option( WITH_PAM "tdm should use PAM" ${WITH_ALL_OPTIONS} )
option( WITH_SHADOW "tdm should use shadow passwords" ${WITH_ALL_OPTIONS} )
option( WITH_XDMCP "xdmcp support for tdm" ${WITH_ALL_OPTIONS} )