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_2_15~11 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=555bc8b374f0883b51b937749e39ef8569bfd0d8;p=postgresql.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 a12971d63a7..78d83995e28 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2613,7 +2613,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.