diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-08-08 01:31:15 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-08-08 01:31:15 +0000 |
| commit | 5e01aa7ad122c1b011df7a14370d2c34d53ddeb4 (patch) | |
| tree | d8490989ea0b5130008e9ad023c9f9fec4eef67e /configure | |
| parent | 9b3caebb0aa38f5669bc1018de24535eafab67af (diff) | |
| download | postgresql-5e01aa7ad122c1b011df7a14370d2c34d53ddeb4.tar.gz | |
Fixups for Win32 symlinks.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -12060,7 +12060,13 @@ LIBOBJS="$LIBOBJS copydir.$ac_objext" LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" LIBOBJS="$LIBOBJS kill.$ac_objext" LIBOBJS="$LIBOBJS open.$ac_objext" -LIBOBJS="$LIBOBJS rand.$ac_objext" ;; +LIBOBJS="$LIBOBJS rand.$ac_objext" + +cat >>confdefs.h <<\_ACEOF +#define HAVE_SYMLINK 1 +_ACEOF + +;; esac if test "$with_readline" = yes; then |
