summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-08-19 00:37:11 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-08-19 00:37:11 +0000
commitf3c0065c1e9bb7bfdbdba6118682be13c3365f4a (patch)
treefab3f52ab0b23752f22878c249bcd5cbcaeac2bd /configure.ac
parent2e62dfd2a2391406b729546e8c23b89a5aee5d97 (diff)
Fixes ticket:38. Merged -r3339:3349 from jcorgan/ticket-38 into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3350 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3e3a0e1639..dcec3b0ed0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ GRC_GR_USRP dnl this must come after GRC_USRP
GRC_GR_AUDIO_ALSA
GRC_GR_AUDIO_JACK
GRC_GR_AUDIO_OSS
-GRC_GR_AUDIO_OSX dnl ***NOT TESTED***
+GRC_GR_AUDIO_OSX
GRC_GR_AUDIO_PORTAUDIO dnl ***NOT TESTED***
GRC_GR_AUDIO_WINDOWS dnl ***NOT TESTED***
GRC_GR_ATSC
@@ -171,8 +171,8 @@ GRC_GR_WXGUI
GRC_PMT
GRC_MBLOCK dnl this must come after GRC_PMT
GRC_GR_TRELLIS
-dnl GRC_EZDOP dnl disable until grc_ezdop.m4 fixed
-dnl GRC_GR_EZDOP dnl this must come after GRC_EZDOP
+GRC_EZDOP
+GRC_GR_EZDOP dnl this must come after GRC_EZDOP
dnl Has list of successfully configured components
AC_SUBST([subdirs],$subdirs)