git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-07-04 20:45:12 +00:00
commit f7bcb3b2bd

View file

@ -1729,10 +1729,10 @@ AC_SUBST(CLISPBIN)
RBIN=
AC_ARG_WITH(clisp, AS_HELP_STRING([--without-clisp], [Disable R])
AS_HELP_STRING([--with-clisp=path], [Set location of R executable (clisp)]),[ RBIN="$withval"], [RBIN=yes])
AC_ARG_WITH(r, AS_HELP_STRING([--without-r], [Disable R])
AS_HELP_STRING([--with-r=path], [Set location of R executable (r)]),[ RBIN="$withval"], [RBIN=yes])
# First, check for "--without-clisp" or "--with-clisp=no".
# First, check for "--without-r" or "--with-r=no".
if test x"${RBIN}" = xno -o x"${with_alllang}" = xno ; then
AC_MSG_NOTICE([Disabling R])
else