19 lines
329 B
Diff
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
|
||
|
|
||
|
|
||
|
|