summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-08 01:31:15 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-08 01:31:15 +0000
commit5e01aa7ad122c1b011df7a14370d2c34d53ddeb4 (patch)
treed8490989ea0b5130008e9ad023c9f9fec4eef67e /configure
parent9b3caebb0aa38f5669bc1018de24535eafab67af (diff)
downloadpostgresql-5e01aa7ad122c1b011df7a14370d2c34d53ddeb4.tar.gz
Fixups for Win32 symlinks.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index 7506960564..a9356bcc86 100755
--- a/configure
+++ b/configure
@@ -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