From: Jens Axboe Date: Wed, 1 Oct 2014 04:16:05 +0000 (-0600) Subject: exp: we don't need -ly X-Git-Tag: fio-2.1.14~101^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=719cda0367e9ebce91d3f013deebcb9e041f2b5f;p=fio.git exp: we don't need -ly Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index a0198702..f7d8ff92 100755 --- a/configure +++ b/configure @@ -1304,8 +1304,8 @@ int main(int argc, char **argv) } EOF -if compile_prog "" "-ll -ly" "lex"; then - LIBS="-ll -ly $LIBS" +if compile_prog "" "-ll" "lex"; then + LIBS="-ll $LIBS" else arith="no" fi