diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
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>&- |