Follow-up Comment #5, patch #6912 (project freeciv):

> ensuring freeciv_config.h is included in the correct way;

There should be no need to include freeciv_config.h when fc_config.h is
included.

$ grep -r "FREECIV_HAVE_LIBREADLINE" gen_headers/
gen_headers/freeciv_config.h:#define FREECIV_HAVE_LIBREADLINE 1
gen_headers/fc_config.h:#define FREECIV_HAVE_LIBREADLINE 1

Try running './autogen.sh --no-configure-run' first (to make sure autoheader
has run and regenerated fc_config.h.in template) and './config.status
--recheck' only then.

$ grep -r "FREECIV_HAVE_LIBREADLINE" ../src/gen_headers/fc_config.h.in
#undef FREECIV_HAVE_LIBREADLINE

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?6912>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to