From 07c28e8a93dcc308bd8ec4db627006bfce385fe0 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 27 Sep 2019 14:22:50 -0700 Subject: [PATCH] updated configure.ac python3 argument help line to be more specific --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fdd04f16..07c8150a 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ fi AC_ARG_ENABLE([python3], [AS_HELP_STRING([--enable-python3], - [enable python3 default is python2])], + [sets python3 flag for building packages])], [enable_python3=yes], [enable_python3=no]) AM_CONDITIONAL([PYTHON3], [test "x$enable_python3" == "xyes"])