one more line

This commit is contained in:
Scott Fennell 2018-07-12 16:12:39 -05:00
parent 5b5dc148bf
commit c752dd1b2c
2 changed files with 0 additions and 2 deletions

View File

@ -257,7 +257,6 @@ AC_PATH_PROG(GNUPLOT, gnuplot, nognuplot)
AS_IF([test "$ac_cv_path_GNUPLOT" = "nognuplot"],AC_MSG_NOTICE([could not find gnuplot]),[])
AX_SWIG_BIN([])
AC_PATH_PROG(SWIG, swig, noswig, $SWIG_BIN)
echo $SWIG
AS_IF([test "$ac_cv_path_SWIG" = "noswig"],AC_MSG_ERROR([could not find swig]),[])
AX_JAVA
dnl look for libraries and headers we need to compile

1
configure vendored
View File

@ -4185,7 +4185,6 @@ $as_echo "no" >&6; }
fi
echo $SWIG
if test "$ac_cv_path_SWIG" = "noswig"; then :
as_fn_error $? "could not find swig" "$LINENO" 5
fi