1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 16:07:07 +00:00
termux-packages/packages/libotr/configure.patch
Oliver Schmidhauser 51720bdf6c Add profanity, libstrophe and libotr (#431)
* add libstrophe package
* add libotr package
* add profanity package
2016-09-06 00:29:07 +02:00

19 lines
329 B
Diff

diff --git a/configure b/configure
index e5b064c..cd3fa35 100755
--- a/configure
+++ b/configure
@@ -11647,13 +11647,8 @@ case $host_os in
esac
# Build tests for now only for Linux.
- if test x$HOST_OS = xlinux; then
- BUILD_TESTS_TRUE=
- BUILD_TESTS_FALSE='#'
-else
BUILD_TESTS_TRUE='#'
BUILD_TESTS_FALSE=
-fi