Skip to content

Commit

Permalink
attempt to fix mac actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Apr 23, 2024
1 parent f1378d0 commit 3752887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion m4/ac_osx_pkg.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ----------------------------------
Expand Down

0 comments on commit 3752887

Please sign in to comment.