]> git.ipfire.org Git - thirdparty/gcc.git/commit
rust: avoid clobbering LIBS
authorMarc Poulhiès <dkm@kataplop.net>
Mon, 5 Aug 2024 15:41:17 +0000 (17:41 +0200)
committerMarc Poulhiès <dkm@kataplop.net>
Wed, 4 Sep 2024 08:44:28 +0000 (10:44 +0200)
commitda3a2985fff39ee8ec1b9f48699e3b8197e439e6
tree7174ac877db3f0a02437106d9a0687958e7989df
parent7164d982663738c255a1a71a5d4f38dc51c2a3cb
rust: avoid clobbering LIBS

Save LIBS around calls to AC_SEARCH_LIBS to avoid clobbering $LIBS.

ChangeLog:

* configure: Regenerate.
* configure.ac: Save LIBS around calls to AC_SEARCH_LIBS.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Reviewed-by: Thomas Schwinge <tschwinge@baylibre.com>
Tested-by: Thomas Schwinge <tschwinge@baylibre.com>
configure
configure.ac