From: Niels Möller Date: Wed, 1 Apr 2020 16:37:54 +0000 (+0200) Subject: Delete extra quotes from TEST_SHLIB_DIR. Add comment. X-Git-Tag: nettle_3.6rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc38cd75572b375d7eab07aa4b161eacb41b17ce;p=thirdparty%2Fnettle.git Delete extra quotes from TEST_SHLIB_DIR. Add comment. --- diff --git a/config.make.in b/config.make.in index 3f817076..f8e1f74e 100644 --- a/config.make.in +++ b/config.make.in @@ -66,7 +66,8 @@ includedir = @includedir@ infodir = @infodir@ abs_top_builddir = @abs_top_builddir@ -TEST_SHLIB_DIR = "${abs_top_builddir}/.lib" +# Absolute name, since some systems require that for LD_LIBRARY_PATH. +TEST_SHLIB_DIR = ${abs_top_builddir}/.lib # PRE_CPPFLAGS and PRE_LDFLAGS lets each Makefile.in prepend its own # flags before CPPFLAGS and LDFLAGS. While EXTRA_CFLAGS are added at the end.