diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-22 14:50:27 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-22 14:50:27 +0100 |
| commit | 811c5336e00e3357afeb0909a4d182d0c3bb6ad4 (patch) | |
| tree | fe10b6cb9309bef50e7458c5c203905b43529d24 /configure.ac | |
| parent | 62ac2dd91f81d8584d5ab585639dfe29eefc3e20 (diff) | |
| parent | 80101a458f40cc35f39e890baba1a891a83009e7 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 1ae500c..8cbc9c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libHX], [4.27]) +AC_INIT([libHX], [5.2]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -60,10 +60,7 @@ AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH], AC_SUBST([pkgconfigdir]) CHECK_GCC_FVISIBILITY -AM_CONDITIONAL([WITH_GNU_LD], [test "$with_gnu_ld" = yes]) -AS_IF([test -n "$LD" && $LD -z help >/dev/null 2>/dev/null], [with_sun_ld=yes], [with_sun_ld=no]) -AM_CONDITIONAL([WITH_SUN_LD], [test "$with_sun_ld" = yes]) - +CHECK_LD_SYMVERS LIBS_system="$LIBS" AC_CHECK_HEADERS([dlfcn.h sys/resource.h sys/un.h]) AM_CONDITIONAL([HAVE_DLFCN_H], [test "$ac_cv_header_dlfcn_h" = "yes"]) |
