diff options
author | Johnathan Corgan | 2009-09-03 17:12:40 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-09-03 17:12:40 -0700 |
commit | acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0 (patch) | |
tree | fc7668290679d9f6ef76a68c63c07248a6933548 /configure.ac | |
parent | 7467db4fdde61a67553e7257347a14f8487598ab (diff) | |
download | gnuradio-acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0.tar.gz gnuradio-acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0.tar.bz2 gnuradio-acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0.zip |
Better fix for broken AC_PROG_F77 macro
* Move AC_PROG_CC into GR_FORTRAN macro definition
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4b90b723c..2bb37935e 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,6 @@ 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 -AC_PROG_CC dnl ensure $ac_ext set correctly after Fortran test GR_NO_UNDEFINED dnl do we need the -no-undefined linker flag GR_SCRIPTING |