diff options
| author | Bruce Momjian | 2003-05-15 17:59:17 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-05-15 17:59:17 +0000 |
| commit | 09aad5a3a67338e7b2dc83e6b9799c580e6511ab (patch) | |
| tree | 6b3c6047dcb47c24d06bacc329c7cb833e15407f /configure | |
| parent | bee0ac67ee35e578404d7ae476cd3cc82b275154 (diff) | |
Add copydir() function because xcopy doesn't work in XP without a
window.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure index 1a09a822687..bd84605af0f 100755 --- a/configure +++ b/configure @@ -11395,8 +11395,9 @@ LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; esac # Win32 can't to rename or unlink on an open file -case $host_os in win32*|mingw*) -LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;; +case $host_os in mingw*) +LIBOBJS="$LIBOBJS dirmod.$ac_objext" +LIBOBJS="$LIBOBJS copydir.$ac_objext" ;; esac if test "$with_readline" = yes; then |
