X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=ac_check_icu.m4;h=9bdf50522705f83bfea7fec7094a2fa11928e19c;hb=5e010ad1c9036d3e64bd8d82d39902e85ab42fff;hp=508032c3b9f6692c2f4a0e53a02846f79f167b1f;hpb=a68af871a42a363953e3ff78feff378787ad6ddd;p=m4-moved-to-github.git diff --git a/ac_check_icu.m4 b/ac_check_icu.m4 index 508032c..9bdf505 100644 --- a/ac_check_icu.m4 +++ b/ac_check_icu.m4 @@ -64,6 +64,11 @@ AC_DEFUN([AC_CHECK_ICU],[ else ICU_LIBS=`$ICU_CONFIG --ldflags` fi + case $host_os in + solaris*) + ICU_LIBS="$ICU_LIBS -lCrun" + ;; + esac AC_MSG_RESULT($ICU_LIBS) else ICU_CPPFLAGS=""