diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index c99f9eee95..38d4303699 100644 --- a/configure.ac +++ b/configure.ac @@ -2279,13 +2279,6 @@ AC_CONFIG_FILES([ src/rust/.cargo/config scripts/maint/checkOptionDocs.pl scripts/maint/updateVersions.pl -], [ - chmod +x contrib/dist/suse/tor.sh - chmod +x link_rust.sh - chmod +x contrib/dist/tor.sh - chmod +x contrib/dist/torctl - chmod +x scripts/maint/checkOptionDocs.pl - chmod +x scripts/maint/updateVersions.pl ]) if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then |