summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-05-27 16:31:43 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-05-27 16:34:54 +0200
commit2ed6d17c0b03cacd00dc35ec71ae29c0cfb7d552 (patch)
tree5c444d214df37f7e357ee530d9dad66890498deb /mkspecs
parente58f2aa8e515e5faf54ec9364a2b7972f9761dcd (diff)
Add more robust glibc test
This test also works now when cross compiling. Change-Id: If73e16084cfbaf68ba515c2706d3ec2ec8eab8c9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/configure.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/configure.prf b/mkspecs/features/configure.prf
index 42e5b40c9..b8d9d43ce 100644
--- a/mkspecs/features/configure.prf
+++ b/mkspecs/features/configure.prf
@@ -76,7 +76,7 @@ defineTest(runConfigure) {
}
!qtConfig(webengine-system-glibc) {
- skipBuild("A suitable version of libc could not be found. See: https://sourceware.org/bugzilla/show_bug.cgi?id=14898")
+ skipBuild("A suitable version >= 2.27 of libc could not be found.")
return(false)
}