summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohnathan Corgan2010-05-13 19:10:44 -0700
committerJohnathan Corgan2010-05-13 19:10:44 -0700
commit212ba35ca6b9792df7e7a1791fd9a395b88e77eb (patch)
tree4b403efcf9278b9c555701f63138a11a450b83b0 /configure.ac
parent2057623cf8f9e9738954b146d3a23577110f7906 (diff)
downloadgnuradio-212ba35ca6b9792df7e7a1791fd9a395b88e77eb.tar.gz
gnuradio-212ba35ca6b9792df7e7a1791fd9a395b88e77eb.tar.bz2
gnuradio-212ba35ca6b9792df7e7a1791fd9a395b88e77eb.zip
gnuradio-core: Disable (temporarily) interpolator tap calculation
There is some breakage with GR_FORTRAN / AC_PROG_F77 when running bootstrap. The gen_interpolator_taps binary is only needed to regenerate the MMSE interpolator taps, which hasn't been done for several years. Disable this until proper fix can be done.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a17093385..6d70e03de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ dnl AC_DISABLE_SHARED dnl don't build shared libraries
AC_ENABLE_SHARED dnl do build shared libraries
AC_DISABLE_STATIC dnl don't build static libraries
m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL])
-GR_FORTRAN
+dnl GR_FORTRAN
GR_NO_UNDEFINED dnl do we need the -no-undefined linker flag
GR_SCRIPTING