From 9d56d2940aa8056748b1c1fe08f00b0125deba13 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 18 Feb 2003 05:08:55 +0000 Subject: [PATCH] (LDFLAGS, LIBS): New vars. --- tests/atlocal.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/atlocal.in b/tests/atlocal.in index 3270192a..cdd080a5 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -16,3 +16,9 @@ GCC='@GCC@' # The GCC C++ compiler. CXX='@CXX@' + +# Are special link options needed? +LDFLAGS='@LDFLAGS@' + +# Are special libraries needed? +LIBS='@LIBS@' -- 2.50.0