aboutsummaryrefslogtreecommitdiff
path: root/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch
blob: adf60ce3a7c5d0c84a9909137d846738788b10dd (plain)
1
2
3
4
5
6
7
8
9
10
--- a/configure.ac
+++ b/configure.ac
@@ -2002,6 +2002,7 @@ if test "x$trypython" = "xyes"; then
       PYTHON_CPPFLAGS="$pythoncflags"
    fi
    AX_PYTHON_DEVEL([], [true])
+   ax_python_devel_found=yes
 else
    ax_python_devel_found=no
 fi