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 5a5827f..978fd1f 100755 --- a/configure +++ b/configure @@ -3100,6 +3100,7 @@ case "$target_arch2" in target_phys_bits=64 ;; s390x) + target_nptl="yes" target_phys_bits=64 ;; *) -- 1.6.0.2