aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2013-03-19 22:16:16 +0000
committerMichael Elkins <melkins@tislabs.com>2013-03-19 22:16:16 +0000
commit37bd785eecc4020d2b13a0fea84d7dfb88f4b210 (patch)
tree46a27e2e311d87705bcf23b9e9ad5568a9d247db /configure
parentc6e2ec467a7d2918a313aa97b33e61411d34a2b2 (diff)
revert OS specific post install rules added in [5119]
svn path=/trunk/; revision=5177
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 3ea6f6b5..dc0e3ad0 100755
--- a/configure
+++ b/configure
@@ -610,7 +610,6 @@ OPENSSL_SO_GLOB
OPENSSL_CONFIG_COMMAND
TOP_LEVEL_SUBDIRS
SETUP_PY_INSTALL_LAYOUT
-GUI_INSTALL_TARGETS
RTR_ORIGIN_INSTALL_TARGETS
RCYNIC_INSTALL_TARGETS
RCYNIC_HTML_DIR
@@ -4528,7 +4527,6 @@ esac
RCYNIC_INSTALL_TARGETS='install-always'
RTR_ORIGIN_INSTALL_TARGETS='install-always'
-GUI_INSTALL_TARGETS='install-always'
if test $use_rcynic_jail = yes
then
@@ -4539,19 +4537,11 @@ if test $enable_target_installation = yes
then
RCYNIC_INSTALL_TARGETS="$RCYNIC_INSTALL_TARGETS install-postconf"
RTR_ORIGIN_INSTALL_TARGETS="$RTR_ORIGIN_INSTALL_TARGETS install-postconf"
-
- case $host_os in
- linux*)
- GUI_INSTALL_TARGETS="$GUI_INSTALL_TARGETS install-linux"
- ;;
- esac
-
fi
-
# Now a bunch of checks to figure out what we can do with Python. If
# we don't have Python at all, none of the rest of this matters. If
# we do have Python, we need to check for required packages and