mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[1907] added error msg for possible HomeBrew/Lion issue with python.
intending to provide a possible hint to work around it.
This commit is contained in:
@@ -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])]
|
||||
)
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user