X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ac_check_icu.m4;h=9bdf50522705f83bfea7fec7094a2fa11928e19c;hb=8328fa9fa20336b6dc5534d4eeca0d49f8262dbf;hp=508032c3b9f6692c2f4a0e53a02846f79f167b1f;hpb=2ceb2c3a4b580e09aadcbd1cbbb12e10b60f1337;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=""