diff options
| author | Bruce Momjian | 2003-05-07 03:47:08 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-05-07 03:47:08 +0000 |
| commit | 07d35e4277da141475793cc67c373183ecd71453 (patch) | |
| tree | deadaf1f4015413e9a2252901708760d537138c8 /configure.in | |
| parent | 6165a278e52046de6e6c9ccf854566b6a1e22f0f (diff) | |
Change alternate database location patch to test for symlink() rather
than WIN32.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 10843597a59..e31eb5db78e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.244 2003/04/24 21:16:42 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.245 2003/05/07 03:47:08 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -779,7 +779,7 @@ PGAC_FUNC_GETTIMEOFDAY_1ARG # SunOS doesn't handle negative byte comparisons properly with +/- return AC_FUNC_MEMCMP -AC_CHECK_FUNCS([cbrt dlopen fcvt fdatasync getpeereid memmove poll pstat setproctitle setsid sigprocmask sysconf utime utimes waitpid]) +AC_CHECK_FUNCS([cbrt dlopen fcvt fdatasync getpeereid memmove poll pstat setproctitle setsid sigprocmask symlink sysconf utime utimes waitpid]) AC_CHECK_DECLS(fdatasync, [], [], [#include <unistd.h>]) |
