summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Blum2010-05-18 11:51:31 -0700
committerJosh Blum2010-05-18 11:51:31 -0700
commit935b9713694359862fd5721a2cf070ac072ce283 (patch)
treefd3bd402090d689ae114cb5e2968332edb1e20e4 /configure.ac
parentb6f86944737975efde1275144c1c344e4a633146 (diff)
parenta39ca4f36cee81bb44f553c1a1d2045a29231e0b (diff)
downloadgnuradio-935b9713694359862fd5721a2cf070ac072ce283.tar.gz
gnuradio-935b9713694359862fd5721a2cf070ac072ce283.tar.bz2
gnuradio-935b9713694359862fd5721a2cf070ac072ce283.zip
Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd
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 5066f5e3e..124485bea 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