]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1907] added error msg for possible HomeBrew/Lion issue with python.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 14 May 2012 21:38:16 +0000 (14:38 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 14 May 2012 21:38:16 +0000 (14:38 -0700)
intending to provide a possible hint to work around it.

configure.ac

index 87a98f3736078c7f77d29035b4a17039505b8a35..cf70e3f17e0a9caf11f9894975f0152133699e18 100644 (file)
@@ -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])]
                 )
                 ]
        )