exp: we don't need -ly
[fio.git] / configure
index a019870242d2d7b26c94f1bb2bacb2867714afd8..f7d8ff92b22cf27200aa04dbbb4a11972d16c02d 100755 (executable)
--- 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