Hi Johnathan, Yes, that change works fine too. Attached is the alternate patch. --Szymon
On Thu, Sep 3, 2009 at 3:44 PM, Johnathan Corgan<jcor...@corganenterprises.com> wrote: > On Thu, Sep 3, 2009 at 12:23, Szymon Jakubczak<s...@csail.mit.edu> wrote: > >> Attached is a makeshift one-line patch that ensures that the check for >> Python.h is performed using CC. Note, I'm no autotools expert. > > Thanks for the patch. > > Could you try adding that line instead to the configure.ac file, right > after the 'GR_FORTRAN' line (and remove from gr_python.m4)? > > Johnathan >
Index: configure.ac =================================================================== --- configure.ac (revision 11624) +++ configure.ac (working copy) @@ -125,6 +125,7 @@ AC_DISABLE_STATIC dnl don't build static libraries m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL]) GR_FORTRAN +AC_PROG_CC GR_NO_UNDEFINED dnl do we need the -no-undefined linker flag GR_SCRIPTING
_______________________________________________ Patch-gnuradio mailing list Patch-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/patch-gnuradio