https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90635
Bug ID: 90635 Summary: typo in libgo/configure.ac Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: jason.duerstock at gmail dot com CC: cmang at google dot com Target Milestone: --- In libgo/configure.ac: AM_CONDITIONAL(USE_LIBFFI, test "$with_liffi" != "no") Surely this should be "$with_libffi"? https://gcc.gnu.org/viewcvs/gcc/trunk/libgo/configure.ac?view=markup#l131