From: JINMEI Tatuya Date: Mon, 14 May 2012 21:38:16 +0000 (-0700) Subject: [1907] added error msg for possible HomeBrew/Lion issue with python. X-Git-Tag: trac2351_base~226^2~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d03b06138e080cc0391fb912a5a5e75f0f97cec;p=thirdparty%2Fkea.git [1907] added error msg for possible HomeBrew/Lion issue with python. intending to provide a possible hint to work around it. --- diff --git a/configure.ac b/configure.ac index 87a98f3736..cf70e3f17e 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])] ) ] )