diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>&- |