configure: Call LIBGLNX_CONFIGURE

This includes the libglnx configure checks

This fixes detection of e.g. copy_file_range
tingping/wmclass
Alexander Larsson 2018-02-14 18:31:17 +01:00
parent 9f72237f3f
commit dad7bc71ce
2 changed files with 2 additions and 1 deletions

View File

@ -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)\" \

View File

@ -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