summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/kde.options
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/kde.options')
-rw-r--r--source/kde/kde/kde.options17
1 files changed, 4 insertions, 13 deletions
diff --git a/source/kde/kde/kde.options b/source/kde/kde/kde.options
index 4435ead77..38d0a01f8 100644
--- a/source/kde/kde/kde.options
+++ b/source/kde/kde/kde.options
@@ -53,16 +53,7 @@ export NUMJOBS
# Do not use "final build" unless we build an actual release.
export KDE_OPT_ARGS=" -Wno-dev -DBUILD_TESTING=OFF -DSITE=\"slackware.com\" -DKDE_DISTRIBUTION_TEXT=\"volkerdi@slackware.com\" "
-# Choose correct options depending on whether PAM is installed:
-if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
- SLACKPAM=${SLACKPAM:-"yes"}
-else
- SLACKPAM=${SLACKPAM:-"no"}
-fi
-
-# Choose correct options depending on whether elogind is installed:
-if [ -L /lib${LIBDIRSUFFIX}/libelogind.so.? ]; then
- SLKELOGIND=${SLKELOGIND:-"yes"}
-else
- SLKELOGIND=${SLKELOGIND:-"no"}
-fi
+# These options are no longer honored by anything shipped in Slackware, but
+# we'll keep setting them anyway for now:
+SLACKPAM=${SLACKPAM:-"yes"}
+SLKELOGIND=${SLKELOGIND:-"yes"}