summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@gmail.com>2015-10-25 18:46:52 (GMT)
committerRay Donnelly <mingw.android@gmail.com>2015-11-13 02:17:43 (GMT)
commitdf02517fd73789f3c8a30d959f386243bf346a0f (patch)
tree6aaf4e240f631d09b2ccb5d9021138e83f599f99 /configure.ac
parent3c95e3492ae66ee012a0ec886be7af9529cfbeb1 (diff)
binutils: Don't link to libfl as it's unnecessary
AM_PROG_LEX sets this for some weird reason; it should look for a program only and not a library. Then later it gets linked to ar, ranlib, dlltool, windres, windmc and itbl-test despite nothing in the code #include'ing FlexLexer.h This isn't a big deal but it did cause a build failure on Cygwin as it triggered a bug with their flex package dependencies which I reported at: https://www.cygwin.com/ml/cygwin/2015-10/msg00433.html Arguably I should remove all traces of LIBLEX in each Makefile.am instead? Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions