mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[configure.ac] Change order of linking libs.
Previously -lwatt in build.sh was added before -lz, which caused failures of decompression.
This commit is contained in:
parent
a67c2349bc
commit
f7f6b35546
@ -472,7 +472,7 @@ AC_DEFUN([EL_CHECK_OPTIONAL_LIBRARY],
|
||||
|
||||
if test "[$]$1" = yes; then
|
||||
EL_CONFIG([$1], [$2])
|
||||
LIBS="$LIBS -l$4"
|
||||
LIBS="-l$4 $LIBS"
|
||||
else
|
||||
if test -n "[$]WITHVAL_$1" &&
|
||||
test "x[$]WITHVAL_$1" != xno; then
|
||||
|
Loading…
Reference in New Issue
Block a user