chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / libotr / configure.patch
1 diff --git a/configure b/configure
2 index e5b064c..cd3fa35 100755
3 --- a/configure
4 +++ b/configure
5 @@ -11647,13 +11647,8 @@ case $host_os in
6  esac
7  
8  # Build tests for now only for Linux.
9 - if test x$HOST_OS = xlinux; then
10 -  BUILD_TESTS_TRUE=
11 -  BUILD_TESTS_FALSE='#'
12 -else
13    BUILD_TESTS_TRUE='#'
14    BUILD_TESTS_FALSE=
15 -fi
16  
17  
18