diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:51:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:51:22 +0200 |
commit | b97c1177a082a1c910b502fd4cc67b62403b4632 (patch) | |
tree | 00818528f996daa8a3af9eaf667c5af0b9153dbd /configure.ac | |
parent | cb22888f08466e46b115bdef6c4ee39b9a2a983e (diff) | |
parent | a4d0a336a895b4ca70026d36988ba32707041271 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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]) |