Include <config.h> in gen-scmconfig even when cross-compiling.
authorMark H Weaver <mhw@netris.org>
Thu, 13 Mar 2014 20:47:11 +0000 (16:47 -0400)
committerMark H Weaver <mhw@netris.org>
Fri, 14 Mar 2014 03:27:16 +0000 (23:27 -0400)
commit17d4daa8bd11176c2ebe0d35ac48da3d247094ff
tree1036fc695ef1cc74ce48f72c6ee45b74f827b894
parent21a7ba9b7e7e97854678677c7da4b42bd9faec66
Include <config.h> in gen-scmconfig even when cross-compiling.

Partially reverts 8cb0d6d7fa9aaac316c29a64c541336b51b6f93d.

* libguile/Makefile.am (gen-scmconfig.$(OBJEXT)): Remove
  -DCROSS_COMPILING=1 from cross-compiling case.
* libguile/gen-scmconfig.c: Include <config.h> regardless of
  whether CROSS_COMPILING is defined.
libguile/Makefile.am
libguile/gen-scmconfig.c