diff -Naur zoom-1.1.5/configure zoom-1.1.5.patched/configure --- zoom-1.1.5/configure 2011-11-05 10:29:03.000000000 -0400 +++ zoom-1.1.5.patched/configure 2017-06-21 03:19:11.223593935 -0400 @@ -4630,87 +4630,6 @@ conftest$ac_exeext conftest.$ac_ext - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler ($CC) supports -finline-functions" >&5 -$as_echo_n "checking if the C compiler ($CC) supports -finline-functions... " >&6; } - ac_OLD_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -finline-functions" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - { int x; x = 1; } - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - CFLAGS="$ac_OLD_CFLAGS" -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler ($CC) supports -funroll-loops" >&5 -$as_echo_n "checking if the C compiler ($CC) supports -funroll-loops... " >&6; } - ac_OLD_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -funroll-loops" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - { int x; x = 1; } - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - CFLAGS="$ac_OLD_CFLAGS" -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler ($CC) supports -fomit-frame-pointer" >&5 -$as_echo_n "checking if the C compiler ($CC) supports -fomit-frame-pointer... " >&6; } - ac_OLD_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -fomit-frame-pointer" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - { int x; x = 1; } - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - CFLAGS="$ac_OLD_CFLAGS" -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - - # Check whether --enable-new-terp was given. if test "${enable_new_terp+set}" = set; then : enableval=$enable_new_terp;