BIND 10 master, updated. 0d03b06138e080cc0391fb912a5a5e75f0f97cec [1907] added error msg for possible HomeBrew/Lion issue with python.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 14 21:39:49 UTC 2012


The branch, master has been updated
       via  0d03b06138e080cc0391fb912a5a5e75f0f97cec (commit)
      from  f987a99a35de4596af2021d441698f8425298663 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d03b06138e080cc0391fb912a5a5e75f0f97cec
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon May 14 14:38:16 2012 -0700

    [1907] added error msg for possible HomeBrew/Lion issue with python.
    
    intending to provide a possible hint to work around it.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 87a98f3..cf70e3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,7 +362,7 @@ if test $werror_ok = 1; then
 		 PYTHON_CXXFLAGS="${PYTHON_CXXFLAGS} -Wno-unused-parameter"
 		 AC_SUBST(PYTHON_CXXFLAGS)
 		],
-		[AC_MSG_ERROR([Can't compile against Python.h])]
+		[AC_MSG_ERROR([Can't compile against Python.h.  If you're using MacOS X and have installed Python with Homebrew, see http://bind10.isc.org/wiki/SystemNotesMacOSX])]
                 )
                 ]
 	)



More information about the bind10-changes mailing list