diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/configure b/configure index 1f852078e75..6358bdcabcd 100755 --- a/configure +++ b/configure @@ -16715,19 +16715,6 @@ esac fi -ac_fn_c_check_func "$LINENO" "link" "ac_cv_func_link" -if test "x$ac_cv_func_link" = xyes; then : - $as_echo "#define HAVE_LINK 1" >>confdefs.h - -else - case " $LIBOBJS " in - *" link.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS link.$ac_objext" - ;; -esac - -fi - ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp" if test "x$ac_cv_func_mkdtemp" = xyes; then : $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h @@ -17060,6 +17047,12 @@ esac esac case " $LIBOBJS " in + *" win32link.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS win32link.$ac_objext" + ;; +esac + + case " $LIBOBJS " in *" win32ntdll.$ac_objext "* ) ;; *) LIBOBJS="$LIBOBJS win32ntdll.$ac_objext" ;; |