summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-06 13:51:22 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-06 13:51:22 +0200
commitb97c1177a082a1c910b502fd4cc67b62403b4632 (patch)
tree00818528f996daa8a3af9eaf667c5af0b9153dbd /configure.ac
parentcb22888f08466e46b115bdef6c4ee39b9a2a983e (diff)
parenta4d0a336a895b4ca70026d36988ba32707041271 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4b9092f..04ff937 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libHX], [3.22])
+AC_INIT([libHX], [3.23])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -44,7 +44,7 @@ CHECK_GCC_FVISIBILITY
AM_CONDITIONAL([WITH_GNU_LD], [test "$with_gnu_ld" = yes])
LIBS_system="$LIBS"
-AC_CHECK_HEADERS([dlfcn.h])
+AC_CHECK_HEADERS([dlfcn.h sys/resource.h])
AM_CONDITIONAL([HAVE_DLFCN_H], [test "$ac_cv_header_dlfcn_h" = "yes"])
AC_SEARCH_LIBS([dlopen], [dl], [libdl_LIBS="$LIBS"; LIBS="$LIBS_system"])
AC_SUBST([libdl_LIBS])