diff --git a/qemu/configure b/qemu/configure index 9a480fc7..db820ca1 100755 --- a/qemu/configure +++ b/qemu/configure @@ -2163,14 +2163,12 @@ int main() { EOF if ! compile_prog ""; then have_sprr_mrs='no' - have_pthread_jit_protect='no' else $TMPE if [ $? -eq 0 ]; then have_sprr_mrs='yes' else have_sprr_mrs='no' - have_pthread_jit_protect='no' fi fi fi