]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Use only the generic symbol versioning with NVIDIA HPC Compiler.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 15 Mar 2024 15:15:50 +0000 (17:15 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 15 Mar 2024 16:04:10 +0000 (18:04 +0200)
commit49324b711f9d42b3543bf2f3ae598eaa03360bd5
tree43af41b6dcd1651c32bda294dc2f22fec1d9d919
parentc273123ed0ebaebf49994057a7fe98aae7f42c40
Build: Use only the generic symbol versioning with NVIDIA HPC Compiler.

This does the previous commit with CMake.

AC_EGREP_CPP uses AC_REQUIRE so the outermost if-commands must
be changed to AS_IF to ensure that things wont break some day.
See 5a5bd7f871818029d5ccbe189f087f591258c294.
configure.ac