summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye2010-11-22 10:37:16 -0700
committerRob Savoye2010-11-22 10:37:16 -0700
commit48b0ffce87631d115bc363b21c4bf466f1bc6ae9 (patch)
treec473fd3ddf187cfc26d6569c3120301c21e669c3
parent9e8c1f6d60317ee3b3aa5663055f444ef593f8c3 (diff)
downloadgnuradio-48b0ffce87631d115bc363b21c4bf466f1bc6ae9.tar.gz
gnuradio-48b0ffce87631d115bc363b21c4bf466f1bc6ae9.tar.bz2
gnuradio-48b0ffce87631d115bc363b21c4bf466f1bc6ae9.zip
always look for swig
-rw-r--r--config/gr_swig.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/config/gr_swig.m4 b/config/gr_swig.m4
index 8a9c73268..e03390994 100644
--- a/config/gr_swig.m4
+++ b/config/gr_swig.m4
@@ -27,7 +27,6 @@ dnl
# N[.N[.N]] (N is a number between 0 and 999. Only the first N is mandatory.)
AC_DEFUN([SWIG_PROG],[
AC_REQUIRE([AC_PROG_MAKE_SET])
- if test x${enable_python} = xyes -o x${enable_guile} = xyes; then
AC_CHECK_PROG(SWIG,swig,[`which swig`])
if test -z "$SWIG" ; then
AC_MSG_ERROR([Cannot find 'swig' program. SWIG version >= $1 required])
@@ -49,7 +48,6 @@ AC_DEFUN([SWIG_PROG],[
AC_MSG_ERROR([cannot determine SWIG version])
fi
fi
- fi
])
# SWIG_ENABLE_CXX()