From 719cda0367e9ebce91d3f013deebcb9e041f2b5f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 30 Sep 2014 22:16:05 -0600 Subject: [PATCH 1/1] exp: we don't need -ly Signed-off-by: Jens Axboe --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1