ports/java/jikes-devel/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
353 B
Text

--- configure.in Tue Jul 9 23:16:00 2002
+++ configure.in Mon Aug 5 11:03:39 2002
@@ -113,7 +113,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)