summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDon Ward <don2387ward@sprynet.com>2011-03-25 11:53:04 -0400
committerTom Rondeau <trondeau@vt.edu>2011-03-25 11:53:04 -0400
commit64dac6a1f62fb8484e879f0d20ee60bc02da179c (patch)
tree0e0ab0ad264a5af0d0f6256260295b8563179da5 /config
parent34313eace681a82e230c38a8cd26c0001ee823ea (diff)
Fixing missing include files and various other patches for Windows build issues.
Diffstat (limited to 'config')
-rw-r--r--config/grc_gr_uhd.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4
index 030b151554..3cc9691e53 100644
--- a/config/grc_gr_uhd.m4
+++ b/config/grc_gr_uhd.m4
@@ -35,9 +35,10 @@ AC_DEFUN([GRC_GR_UHD],[
# Use this to tell the Makefile whether to define
# GR_HAVE_UHD for swig.
- AM_CONDITIONAL([GR_DEFINE_HAVE_UHD],[test $passed = yes])
fi
+ AM_CONDITIONAL([GR_DEFINE_HAVE_UHD],[test $passed = yes])
+
AC_CONFIG_FILES([ \
gr-uhd/Makefile \
gr-uhd/grc/Makefile \