diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure index a883a8f9465..039d5f86333 100755 --- a/configure +++ b/configure @@ -21149,6 +21149,12 @@ esac ;; esac + case " $LIBOBJS " in + *" win32setlocale.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext" + ;; +esac + cat >>confdefs.h <<\_ACEOF #define HAVE_SYMLINK 1 |