From 375288787ca8a90ae95b777e78fc7de8fcf8212c Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Tue, 23 Apr 2024 19:36:19 +0200 Subject: [PATCH] attempt to fix mac actions --- configure.ac | 2 +- m4/ac_osx_pkg.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b494739..e4b00bb 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ else export PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH" fi -AC_OSX_PKG( [icu4c] ) +AC_OSX_PKG( [icu4c libtextcat] ) AC_MSG_NOTICE([pkg-config: PATH=$PKG_CONFIG_PATH]) PKG_CHECK_MODULES( [TEXTCAT], diff --git a/m4/ac_osx_pkg.m4 b/m4/ac_osx_pkg.m4 index cc38496..9a09534 100644 --- a/m4/ac_osx_pkg.m4 +++ b/m4/ac_osx_pkg.m4 @@ -51,7 +51,7 @@ case ${host_os} in esac ]) -# AC_OSX_PKG_ALL([LIST_OF_PACKAGES]) +# AC_OSX_PKG([LIST_OF_PACKAGES]) # fore every packake in LIST_OF_PACKAGES, add the /opt/{package} directory # to the PKG_CONFIG search path # ----------------------------------