]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delete extra quotes from TEST_SHLIB_DIR. Add comment.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 1 Apr 2020 16:37:54 +0000 (18:37 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 1 Apr 2020 16:37:54 +0000 (18:37 +0200)
config.make.in

index 3f8170761ed8fd105ab4914a313a1885e972afbe..f8e1f74ef6f2de4552b30da983936e1eb0b156c4 100644 (file)
@@ -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.