You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
329 B

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