From: Andrew Dunstan Date: Sun, 31 Jan 2016 00:28:44 +0000 (-0500) Subject: Fix error in documentated use of mingw-w64 compilers X-Git-Tag: REL9_1_20~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9c76aa4982ccf764bcd9d8f1fb788463c340e65;p=thirdparty%2Fpostgresql.git Fix error in documentated use of mingw-w64 compilers Error reported by Igal Sapir. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 11ef55a6895..656416141fd 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2605,7 +2605,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 from , put its bin directory in the PATH, and run configure with the - --host=x86_64-w64-mingw option. + --host=x86_64-w64-mingw32 option.