Skip to content

Commit

Permalink
fix in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 25, 2024
1 parent b3eee6e commit 1680890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ AC_C_INLINE

# Checks for library functions.

PKG_PROG_PKG_CONFIG
if test "x$prefix" = "xNONE"; then
prefix="/usr/local"
fi

PKG_PROG_PKG_CONFIG
if test "x$PKG_CONFIG_PATH" = x; then
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$prefix/lib/pkgconfig"
else
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
fi

AC_MSG_NOTICE([PKG_CONFIG_PATH=$PKG_CONFIG_PATH])
AC_OSX_PKG( [icu4c] )

PKG_CHECK_MODULES([ICU], [icu-uc >= 56 icu-io] )
Expand Down

0 comments on commit 1680890

Please sign in to comment.