mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04: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
|
if test "[$]$1" = yes; then
|
||||||
EL_CONFIG([$1], [$2])
|
EL_CONFIG([$1], [$2])
|
||||||
LIBS="$LIBS -l$4"
|
LIBS="-l$4 $LIBS"
|
||||||
else
|
else
|
||||||
if test -n "[$]WITHVAL_$1" &&
|
if test -n "[$]WITHVAL_$1" &&
|
||||||
test "x[$]WITHVAL_$1" != xno; then
|
test "x[$]WITHVAL_$1" != xno; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user