On Wed, May 08, 2013 at 02:51:10PM -0700, Steve Beattie wrote:
> === modified file 'libraries/libapparmor/m4/ac_python_devel.m4'
> --- libraries/libapparmor/m4/ac_python_devel.m4       2012-06-12 12:56:57 
> +0000
> +++ libraries/libapparmor/m4/ac_python_devel.m4       2013-01-29 23:21:47 
> +0000
> @@ -79,6 +79,9 @@
>          # Check for Python include path
>          #
>          AC_MSG_CHECKING([for Python include path])
> +        if type $PYTHON-config; then
> +                PYTHON_CPPFLAGS=`$PYTHON-config --includes`
> +        fi
>          if test -z "$PYTHON_CPPFLAGS"; then
>                  python_path=`$PYTHON -c "import sys; import 
> distutils.sysconfig;\
>  sys.stdout.write('%s\n' % distutils.sysconfig.get_python_inc());"`
> @@ -94,6 +97,9 @@
>          # Check for Python library path
>          #
>          AC_MSG_CHECKING([for Python library path])
> +        if type $PYTHON-config; then
> +                PYTHON_LDFLAGS=`$PYTHON-config --ldflags`
> +        fi
>          if test -z "$PYTHON_LDFLAGS"; then
>                  # (makes two attempts to ensure we've got a version number
>                  # from the interpreter)
> 
> As nice as a skimmed-by review is, I admit to wanting a proper acked-by
> statement, if possible. :)


I'm sorry for letting this slip my mind.

For 2.8,

Acked-by: Seth Arnold <seth.arn...@canonical.com>

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to