From dad7bc71ce84201f6d5819eefc1e66ac9acdaee7 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 14 Feb 2018 18:31:17 +0100 Subject: [PATCH] configure: Call LIBGLNX_CONFIGURE This includes the libglnx configure checks This fixes detection of e.g. copy_file_range --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4e28b427..c7e81640 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS += . doc endif FLATPAK_BINDIR=$(bindir) - +ACLOCAL_AMFLAGS = -I m4 -I libglnx ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ -DFLATPAK_BINDIR=\"$(FLATPAK_BINDIR)\" \ -DFLATPAK_BASEDIR=\"$(pkgdatadir)\" \ diff --git a/configure.ac b/configure.ac index 6b6e4ef5..a90c4ec5 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ FLATPAK_REQS=0.10.2 AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE +LIBGLNX_CONFIGURE AC_PROG_CC AM_PROG_CC_C_O