From 2b7e4c8b89d60394c186e73f55411d565d13abf6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 12 Dec 2012 19:45:52 +0100 Subject: configure.ac: Also check for python3.3-config. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ceeb747..7dab1fe 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ AM_PATH_GLIB_2_0([2.28.0], # Python support. We require at least Python >= 3.0. AC_ARG_VAR([PYTHON3_CONFIG], [path to python3-config utility]) -AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.2-config python3.1-config python3.0-config]) +AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.3-config python3.2-config python3.1-config python3.0-config]) CPPFLAGS_PYTHON="" LDFLAGS_PYTHON="" case "$build" in -- cgit v1.2.3-70-g09d2