aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-07-04 20:45:12 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-07-04 20:45:12 +0000
commitdfc9ab8ff3636fcb2393362952d110db5afaf3a6 (patch)
tree6004f1463bf276fb0ca45fb503dc07d37a667496 /configure.in
parentc94919dbfe2f8a05a0ed76ede0ad86b13af9c678 (diff)
downloadswig-dfc9ab8ff3636fcb2393362952d110db5afaf3a6.tar.gz
R fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 943ae73c7..910845728 100644
--- a/configure.in
+++ b/configure.in
@@ -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