]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use our own getopt() and getopt_long() on Solaris, because that platform's
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Feb 2008 05:22:11 +0000 (05:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Feb 2008 05:22:11 +0000 (05:22 +0000)
commit7988f948c925e0a015bde35c9db78e24447b6174
tree68d5317e12af79fbda5fb058d840a09bf827aa89
parentdea03d7f5818b99f55eb08208a713545860ad779
Use our own getopt() and getopt_long() on Solaris, because that platform's
versions don't handle long options the way we want.  Per Zdenek Kotala.
configure
configure.in