diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-16 21:04:19 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-16 21:04:19 +0000 |
commit | f170c32cbcbef44b4d094ee7018f5f618ea95f90 (patch) | |
tree | 695700e06d6c8a32fb36dc9dde44444dfce3c674 /configure.ac | |
parent | d5c192f9e3cde58589845b7b51057afc45d3bc79 (diff) |
Removed ezdop from build until m4 issue fixed.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3323 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 10bebd06cf..4af5d06d2f 100644 --- a/configure.ac +++ b/configure.ac @@ -170,8 +170,8 @@ GRC_GR_VIDEO_SDL GRC_GR_WXGUI GRC_PMT GRC_GR_TRELLIS -GRC_EZDOP -GRC_GR_EZDOP dnl this must come after GRC_EZDOP +dnl GRC_EZDOP dnl disable until grc_ezdop.m4 fixed +dnl GRC_GR_EZDOP dnl this must come after GRC_EZDOP dnl Has list of successfully configured components AC_SUBST([subdirs],$subdirs) |