summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure25
1 files changed, 0 insertions, 25 deletions
diff --git a/configure b/configure
index 9147b57..011bf75 100755
--- a/configure
+++ b/configure
@@ -677,7 +677,6 @@ XENODMLOGDIR
XENODMSCRIPTDIR
XENODMCONFIGDIR
XENODMLIBDIR
-SU
LINT_FALSE
LINT_TRUE
LINT_FLAGS
@@ -18862,30 +18861,6 @@ $as_echo "#define LOCALCONN 1" >>confdefs.h
-# FIXME: Find better test for which OS'es use su -m - for now, just try to
-# mirror the Imakefile setting of:
-# if defined(OpenBSDArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture) || defined(DarwinArchitecture)
-
-
-case $host_os in
- linux*|gnu*|*-gnu)
- SU="su"
- ;;
- darwin*)
- SU="su -m"
- ;;
- *bsd*|dragonfly*)
- SU="su -m"
- ;;
- solaris*|sysv4*)
- SU="su"
- ;;
- *)
- SU="su"
- ;;
-esac
-
-
# Figure out where everything goes in the filesystem