diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-09 20:10:20 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-09 20:10:20 +0100 |
commit | 0f936b4aac6e9fa6c0304bca7aff2103cfd1f3d4 (patch) | |
tree | 34697c353f11d2bc5e7d4bc7b3f74bff0fe2a9f8 /configure.ac | |
parent | 49bbea1c6bbc64f48ccffa6595acbde204c2e867 (diff) |
fix for #8348 (still to be tested)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1fa727b8..c5cc912a 100644 --- a/configure.ac +++ b/configure.ac @@ -243,7 +243,7 @@ AS_CASE([$with_exchange], CPPFLAGS="-I$with_exchange/include $CPPFLAGS $POSTGRESQL_CPPFLAGS"]) AC_CHECK_HEADERS([taler/taler_util.h], - [AC_CHECK_LIB([talerutil], [TALER_denom_ewv_copy], libtalerutil=1)]) + [AC_CHECK_LIB([talerutil], [TALER_payto_normalize], libtalerutil=1)]) AM_CONDITIONAL(HAVE_TALERUTIL, test x$libtalerutil = x1) AS_IF([test $libtalerutil != 1], [AC_MSG_ERROR([[ |