diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a4f6d7a0d49..9e5a35ca3fe 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -941,12 +941,10 @@ build-postgresql: <para> <command>llvm-config</command><indexterm><primary>llvm-config</primary></indexterm> will be used to find the required compilation options. - <command>llvm-config</command>, and then - <command>llvm-config-$major-$minor</command> for all supported - versions, will be searched for in your <envar>PATH</envar>. If - that would not yield the desired program, - use <envar>LLVM_CONFIG</envar> to specify a path to the - correct <command>llvm-config</command>. For example + <command>llvm-config</command> will be searched for in your + <envar>PATH</envar>. If that would not yield the desired program, + use <envar>LLVM_CONFIG</envar> to specify a path to the correct + <command>llvm-config</command>. For example <programlisting> ./configure ... --with-llvm LLVM_CONFIG='/path/to/llvm/bin/llvm-config' </programlisting> |