Re: Configuring fdatasync for Solaris2

From: Kenji Sugita <sugita(at)sra(dot)co(dot)jp>
To: peter_e(at)gmx(dot)net
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Configuring fdatasync for Solaris2
Date: 2001-09-11 00:20:33
Message-ID: 20010911.092033.41659786.sugita@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: [PATCHES] Configuring fdatasync for Solaris2
Date: Mon, 10 Sep 2001 19:58:55 +0200 (CEST)

;;; Kenji Sugita writes:
;;;
;;; > Attached is a patch to find out fdatasync in libposix4 for Solaris2.
;;;
;;; Please use AC_SEARCH_LIBS and do not make the test dependent on solaris.
;;;
;;; --
;;; Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

It already dependents on aix and alpha. Why should solaris use AC_SEARCH_LIBS?

...
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
then
AC_CHECK_LIB(bsd, main)
fi
AC_CHECK_LIB(util, setproctitle)
...

Kenji Sugita
sugita(at)sra(dot)co(dot)jp

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroyuki Yatabe 2001-09-11 03:52:56 Proposals for jdbc.sgml(in 7.1.3 doc)
Previous Message Peter Eisentraut 2001-09-11 00:13:23 Re: Support building in a different directory on Solaris