From eac073d479dfbe5ecf9c5fc7180f7b29da6d1298 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 21 Dec 2018 03:55:00 +0100 Subject: wip --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6ed9e3d..fc6c2ad 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,12 @@ PKG_PROG_PKG_CONFIG AC_PROG_SED +have_pthread=no +AX_PTHREAD([ + have_pthread=yes +]) +AM_CONDITIONAL([BUILD_PTHREAD], [test "x$have_pthread" = "xyes"]) + RPM_VERSION=`echo ${PACKAGE_VERSION} | sed "s/-/./g"` AC_SUBST(RPM_VERSION) -- cgit v1.2.3-18-g5258