From 5c338ef44e911cdace56f11fa60ee28b4351a5a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Mon, 22 Jul 2019 18:42:42 -0400 Subject: [PATCH] Re-enable devel flag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9b0c0d3d..6db186957 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -m4_define([lxc_devel], 0) +m4_define([lxc_devel], 1) m4_define([lxc_version_major], 3) m4_define([lxc_version_minor], 2) m4_define([lxc_version_micro], 1) -- 2.47.2