summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-03 17:12:40 -0700
committerJohnathan Corgan2009-09-03 17:12:40 -0700
commitacdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0 (patch)
treefc7668290679d9f6ef76a68c63c07248a6933548 /config
parent7467db4fdde61a67553e7257347a14f8487598ab (diff)
downloadgnuradio-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 'config')
-rw-r--r--config/gr_fortran.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gr_fortran.m4 b/config/gr_fortran.m4
index b5b0470f4..a558b2f7e 100644
--- a/config/gr_fortran.m4
+++ b/config/gr_fortran.m4
@@ -28,5 +28,6 @@ AC_DEFUN([GR_FORTRAN],[
then
AC_PROG_F77
AC_F77_LIBRARY_LDFLAGS
+ AC_PROG_CC dnl bux fix to restore $ac_ext
fi
])