File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -941,12 +941,10 @@ build-postgresql:
941
941
<para>
942
942
<command>llvm-config</command><indexterm><primary>llvm-config</primary></indexterm>
943
943
will be used to find the required compilation options.
944
- <command>llvm-config</command>, and then
945
- <command>llvm-config-$major-$minor</command> for all supported
946
- versions, will be searched for in your <envar>PATH</envar>. If
947
- that would not yield the desired program,
948
- use <envar>LLVM_CONFIG</envar> to specify a path to the
949
- correct <command>llvm-config</command>. For example
944
+ <command>llvm-config</command> will be searched for in your
945
+ <envar>PATH</envar>. If that would not yield the desired program,
946
+ use <envar>LLVM_CONFIG</envar> to specify a path to the correct
947
+ <command>llvm-config</command>. For example
950
948
<programlisting>
951
949
./configure ... --with-llvm LLVM_CONFIG='/path/to/llvm/bin/llvm-config'
952
950
</programlisting>
You can’t perform that action at this time.
0 commit comments