summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-10-17 21:59:12 +0200
committerDave Davenport <qball@gmpclient.org>2020-10-17 21:59:12 +0200
commitcc5a1989d867078a384b0904592ce718f90829dd (patch)
treeec73f9b646791edbce9e64dd3b5b7896aee559b0 /configure.ac
parente00ef7d99365ed400be1d6957666e15d510d73ea (diff)
[RofiIconFetcher] Don't exit out on libjpeg error, but don't load image.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2adc8c53..f05ee356 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,6 +126,7 @@ AC_SEARCH_LIBS([floor],[m],, AC_MSG_ERROR("Could not find floor in math lib
AC_SEARCH_LIBS([ceil], [m],, AC_MSG_ERROR("Could not find ceil in math library"))
AC_CHECK_HEADER([sysexits.h],, AC_MSG_ERROR("Could not find the sysexists.h header file"))
+AC_CHECK_HEADER([setjmp.h],, AC_MSG_ERROR("Could not find the setjmp.h header file"))
dnl ---------------------------------------------------------------------
dnl Check dependencies