Issue 6415 - BUG - Incorrect icu linking (#6416)
Bug Description: ICU has been updated to version 76.x - the .pc file of icu-18n for example no
longer includes -licuuc, which was so far the most common reason for buildfailures (as icu-uc is
not linked automatically, resulting in underlining)
Fix Description: Correct configure.ac to request linking to icu-uc
fixes: https://github.com/389ds/389-ds-base/issues/6415
Author: William Brown <[email protected]>
Review by: @droideck