diff options
| author | Bruce Momjian | 2004-08-08 01:31:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-08-08 01:31:15 +0000 |
| commit | 5e01aa7ad122c1b011df7a14370d2c34d53ddeb4 (patch) | |
| tree | d8490989ea0b5130008e9ad023c9f9fec4eef67e /configure.in | |
| parent | 9b3caebb0aa38f5669bc1018de24535eafab67af (diff) | |
Fixups for Win32 symlinks.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5a27f6cc75a..cf12ce64937 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.371 2004/08/04 21:33:35 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.372 2004/08/08 01:31:09 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -908,7 +908,10 @@ AC_LIBOBJ(copydir) AC_LIBOBJ(gettimeofday) AC_LIBOBJ(kill) AC_LIBOBJ(open) -AC_LIBOBJ(rand) ;; +AC_LIBOBJ(rand) +AC_DEFINE([HAVE_SYMLINK], 1, + [Define to 1 if you have the `symlink' function.]) +;; esac if test "$with_readline" = yes; then |
