X-Git-Url: http://git.indexdata.com/?p=m4-moved-to-github.git;a=blobdiff_plain;f=ac_check_icu.m4;fp=ac_check_icu.m4;h=933b513349fc9862692178fac7071b9143247e11;hp=6cc60970073e143b2b9974e569fe4a693071f420;hb=666db2b922a031302d0224750337a17364ec0191;hpb=e36f2d8ce81592ee2ecf29050da9c758e53adc05 diff --git a/ac_check_icu.m4 b/ac_check_icu.m4 index 6cc6097..933b513 100644 --- a/ac_check_icu.m4 +++ b/ac_check_icu.m4 @@ -66,7 +66,7 @@ AC_DEFUN([AC_CHECK_ICU],[ fi case $host_os in solaris*) - ICU_LIBS="$ICU_LIBS -lCrun" + AC_CHECK_LIB([Crun],[_fini],[ICU_LIBS="$ICU_LIBS -lCrun"]) ;; esac AC_MSG_RESULT($ICU_LIBS)