diff options
-rw-r--r-- | config/gr_swig.m4 | 2 |
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() |