Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; OO_Copyright_BEGIN
;;
;;
;; Copyright 2010, 2021 IBM Corp. All rights reserved.
;; Copyright 2010, 2026 IBM Corp. All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -344,7 +344,7 @@ ICU_MODULE_CFLAGS="`icu-config --cppflags 2> /dev/null`";
ICU_MODULE_LIBS="`icu-config --ldflags 2> /dev/null`";
if test -z "$ICU_MODULE_LIBS"
then
PKG_CHECK_MODULES([ICU_MODULE], [icu >= 0.21])
PKG_CHECK_MODULES([ICU_MODULE], [icu-uc >= 0.21])
fi

AC_MSG_CHECKING([use latest ICU])
Expand Down
Loading