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 | |
| parent | 6165a278e52046de6e6c9ccf854566b6a1e22f0f (diff) | |
Change alternate database location patch to test for symlink() rather
than WIN32.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure index bbacefe8a75..84e47dc2b08 100755 --- a/configure +++ b/configure @@ -3577,7 +3577,7 @@ else then echo '%%' > conftest.l if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then - if $pgac_candidate --version | grep '2\.5\.3$' >/dev/null 2>&1; then + if $pgac_candidate --version | grep ' 2\.5\.3$' >/dev/null 2>&1; then pgac_broken_flex=$pgac_candidate continue fi @@ -10305,7 +10305,8 @@ test $ac_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.$ac_objext" -for ac_func in cbrt dlopen fcvt fdatasync getpeereid memmove poll pstat setproctitle setsid sigprocmask sysconf utime utimes waitpid + +for ac_func in cbrt dlopen fcvt fdatasync getpeereid memmove poll pstat setproctitle setsid sigprocmask symlink sysconf utime utimes waitpid do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |
