From: Ulrich Hecht <u...@suse.de> S390x user emulation can do nptl. Reflect this in the configure script.
Signed-off-by: Ulrich Hecht <u...@suse.de> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index a166de0..6b421d8 100755 --- a/configure +++ b/configure @@ -3087,6 +3087,7 @@ case "$target_arch2" in target_phys_bits=64 ;; s390x) + target_nptl="yes" target_phys_bits=64 ;; *) -- 1.6.0.2