From 82e33dd5f3420f7b58ef2cd7feefd8b3c74b9b10 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 24 Mar 2020 12:27:20 +0000 Subject: Treat execline as an extra_lib instead of an in-package lib --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7838b5b..d80c4e0 100755 --- a/configure +++ b/configure @@ -453,9 +453,9 @@ else echo "MAYBEPTHREAD_LIB :=" fi if $useexecline ; then - echo "LIBEXECLINE := -lexecline" + echo "EXECLINE_LIB := -lexecline" else - echo "LIBEXECLINE :=" + echo "EXECLINE_LIB :=" fi exec 1>&3 3>&- -- cgit 1.4.1