aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile3
-rw-r--r--fbtools.c7
2 files changed, 1 insertions, 9 deletions
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
diff --git a/fbtools.c b/fbtools.c
index 297b8d2..1ee8639 100644
--- a/fbtools.c
+++ b/fbtools.c
@@ -25,13 +25,6 @@
#include "vt.h"
#include "fbtools.h"
-#ifndef HAVE_STRSIGNAL
-static const char *strsignal(int signr)
-{
- return sys_siglist[signr];
-}
-#endif
-
/* -------------------------------------------------------------------- */
/* internal variables */