diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:41:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:41:53 +0200 |
commit | 69dec572c9da30ae29d391966673c2c8cdacb742 (patch) | |
tree | 27ea3f5f5bbda9e362823a5e84d7e2c4c4797c8b /configure.ac | |
parent | cb22888f08466e46b115bdef6c4ee39b9a2a983e (diff) | |
parent | d45dd31e35190cf08b1e716e7c3bd1468ddd5d88 (diff) |
Update upstream source from tag 'upstream/3.23'
Update to upstream version '3.23'
with Debian dir 8789bc8a869c3aa0e8771cab9f5620378484106c
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]) |