From 61e571a9ec1bf9f5f237184fc909340e0bb9bab4 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 25 Apr 2017 22:07:23 +0200 Subject: drop strsignal detection --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 154a5e9..3b1b567 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,7 +69,6 @@ LIB := $(LIB) RESDIR := $(call ac_resdir) HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h) HAVE_GLIBC := $(call ac_func,fopencookie) -HAVE_STRSIGNAL := $(call ac_func,strsignal) HAVE_CAIRO_GL := $(call ac_pkg_config,cairo-gl) HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd) HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif) @@ -107,7 +106,7 @@ ifeq ($(HAVE_CAIRO_GL),yes) PKGS_FBPDF += cairo-gl endif -includes = STRSIGNAL CAIRO_GL +includes = CAIRO_GL libraries = PCD GIF CURL SANE LIRC ida_libs = PCD GIF WEBP CURL SANE fbi_libs = PCD GIF WEBP CURL LIRC -- cgit