Recognize macOS 11 and later. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44605 --- configure.orig 2022-01-26 18:02:58.000000000 -0600 +++ configure 2022-01-26 18:06:01.000000000 -0600 @@ -7258,7 +7258,7 @@ 10.[012]) allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) + *) allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' ;; esac @@ -10187,7 +10187,7 @@ 10.[012]) allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) + *) allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' ;; esac @@ -14130,7 +14130,7 @@ 10.[012]) allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) + *) allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' ;; esac @@ -16488,7 +16488,7 @@ 10.[012]) allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) + *) allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' ;; esac