diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -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 |