You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by fu...@apache.org on 2022/09/26 20:08:57 UTC

svn commit: r1904287 - /subversion/trunk/build/ac-macros/swig.m4

Author: futatuki
Date: Mon Sep 26 20:08:57 2022
New Revision: 1904287

URL: http://svn.apache.org/viewvc?rev=1904287&view=rev
Log:
Follow up to r1904198: Correct wording in non-existing SWIG options

No functional change, unless SWIG introduces such options.

* build/ac-macros/swig.m4 (SVN_DETERMINE_SWIG_OPTS):
  Remove an indefinite article from non-existing options for foolproof.

Modified:
    subversion/trunk/build/ac-macros/swig.m4

Modified: subversion/trunk/build/ac-macros/swig.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/swig.m4?rev=1904287&r1=1904286&r2=1904287&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/swig.m4 (original)
+++ subversion/trunk/build/ac-macros/swig.m4 Mon Sep 26 20:08:57 2022
@@ -194,7 +194,7 @@ suitable Python interpreter is not found
                     AC_MSG_WARN([but we didn't check with this SWIG version.])
                   fi
                 else
-                  SWIG_PY_OPTS="-no-such-a-option" # fool proof
+                  SWIG_PY_OPTS="-no-such-option" # fool proof
                   SWIG_PY_ERRMSG="SWIG version is not suitable"
                   AC_MSG_WARN([Subversion Python bindings for Python 3 require SWIG 3.0.10 or newer])
                 fi
@@ -204,7 +204,7 @@ suitable Python interpreter is not found
                   dnl SWIG Python bindings successfully configured, clear the error message dnl
                   SWIG_PY_ERRMSG=""
                 else
-                  SWIG_PY_OPTS="-no-such-a-option" # fool proof
+                  SWIG_PY_OPTS="-no-such-option" # fool proof
                   SWIG_PY_ERRMSG="SWIG version is not suitable"
                   AC_MSG_WARN([Subversion Python bindings for Python 2 require 1.3.24 <= SWIG < 4.0.0])
                 fi