mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fix swig detection.
git-svn-id: file:///svn/unbound/trunk@1610 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d75777ec63
commit
1aedf47ebe
3 changed files with 6293 additions and 6186 deletions
|
|
@ -308,7 +308,7 @@ if test x_$ub_test_python != x_no; then
|
||||||
ub_have_swig=no
|
ub_have_swig=no
|
||||||
AC_PROG_SWIG
|
AC_PROG_SWIG
|
||||||
AC_MSG_CHECKING(SWIG)
|
AC_MSG_CHECKING(SWIG)
|
||||||
if test -z "$SWIG"; then
|
if test ! -x "$SWIG"; then
|
||||||
AC_MSG_RESULT(failed, won't build Python module and PyUnbound)
|
AC_MSG_RESULT(failed, won't build Python module and PyUnbound)
|
||||||
AC_SUBST(swig, "")
|
AC_SUBST(swig, "")
|
||||||
ub_with_pyunbound=no
|
ub_with_pyunbound=no
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
21 April 2009: Wouter
|
21 April 2009: Wouter
|
||||||
- fix for build outside sourcedir.
|
- fix for build outside sourcedir.
|
||||||
|
- fix for configure script swig detection.
|
||||||
|
|
||||||
17 April 2009: Wouter
|
17 April 2009: Wouter
|
||||||
- Fix reentrant in minievent handler for unix. Could have resulted
|
- Fix reentrant in minievent handler for unix. Could have resulted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue