ports/java/jikes/files/patch-ac
Archie Cobbs e4717d5807 Split the jikes port into stable and development versions.
PR:		ports/41961
Reviewed by:	freebsd-java
2002-08-27 20:32:03 +00:00

11 lines
358 B
Text

--- configure.in.orig Tue Aug 27 12:55:18 2002
+++ configure.in Tue Aug 27 12:54:39 2002
@@ -108,7 +108,7 @@
AC_CHECK_ICONV()
dnl Check if "IBM Classes for UNICODE library" is present
-AC_CHECK_LIB(icu-uc, u_getVersion)
+AC_CHECK_LIB(icuuc, u_getVersion)
dnl Check for cygwin path conversion functions
AC_CHECK_FUNCS(cygwin_win32_to_posix_path_list)