Do not forget to run provided actions
This commit is contained in:
parent
c9a79a27c7
commit
c8897ebc22
@ -156,13 +156,13 @@ AC_DEFUN([MOO_AC_PYGTK],[
|
||||
MOO_USE_PYTHON="yes"
|
||||
AC_MSG_NOTICE([compiling python support])
|
||||
],[
|
||||
MOO_USE_PYTHON="no"
|
||||
MOO_USE_PYGTK="no"
|
||||
if test x$MOO_USE_PYTHON = "xyes"; then
|
||||
AC_MSG_ERROR([Python not found])
|
||||
else
|
||||
AC_MSG_WARN([Python support will be disabled])
|
||||
fi
|
||||
MOO_USE_PYTHON="no"
|
||||
MOO_USE_PYGTK="no"
|
||||
])
|
||||
fi
|
||||
|
||||
|
@ -51,6 +51,7 @@ AC_DEFUN([_MOO_AC_CHECK_PYTHON_MINGW],[
|
||||
PYTHON_INCLUDES=""
|
||||
PYTHON_LDFLAGS=""
|
||||
PYTHON_EXTRA_LIBS=""
|
||||
$3
|
||||
])
|
||||
|
||||
LDFLAGS="$save_LDFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user