diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure index c7709d20e5f..f7947ebe72e 100755 --- a/configure +++ b/configure @@ -15064,6 +15064,14 @@ case $LIBOBJS in *) LIBOBJS="$LIBOBJS rand.$ac_objext" ;; esac +case $LIBOBJS in + "win32error.$ac_objext" | \ + *" win32error.$ac_objext" | \ + "win32error.$ac_objext "* | \ + *" win32error.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS win32error.$ac_objext" ;; +esac + cat >>confdefs.h <<\_ACEOF #define HAVE_SYMLINK 1 |