aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index a32be69b..b54d0070 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,12 +416,6 @@ AC_CONFIG_FILES([Makefile
utils/scan_roas/Makefile
utils/uri/Makefile])
-case $host_os in
-linux*)
- AC_CONFIG_FILES([rcynic/installation-scripts/linux/install.sh])
- ;;
-esac
-
# OpenSSL has its own build system that bears no relationship to
# anything but itself, and our use of it is a bit weird, so this is a
# BFMI (Brute Force and Massive Ignorance) job.