summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-03-24 12:27:20 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-03-24 12:27:20 +0000
commit82e33dd5f3420f7b58ef2cd7feefd8b3c74b9b10 (patch)
treeb47c782cc656849a1842323844693a464e417660 /configure
parent4df09797df69a67e61d4e3f499e8647c0ab2139d (diff)
downloads6-82e33dd5f3420f7b58ef2cd7feefd8b3c74b9b10.tar.xz
Treat execline as an extra_lib instead of an in-package lib
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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>&-