3c5b54c5c3
PR: ports/61725 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
19 lines
818 B
Text
19 lines
818 B
Text
--- configure.dynamic.in.orig Sat Dec 6 02:20:19 2003
|
|
+++ configure.dynamic.in Wed Jan 21 09:51:24 2004
|
|
@@ -47,7 +47,6 @@
|
|
|
|
AC_SEARCH_LIBS(dlopen, dl) dnl some systems have this in libc (Darwin uses dyld)
|
|
AC_SEARCH_LIBS(inet_aton, resolv) dnl some systems have this in libc
|
|
-AC_SEARCH_LIBS(libiconv, iconv) dnl linux has iconv in libc, mac has libiconv in libiconv, and a define to map iconv() to libiconv(), so we can't do the obvious check
|
|
|
|
dnl Is there a better way to add a directory to the include path?
|
|
|
|
@@ -89,8 +88,6 @@
|
|
AC_CHECK_LIB(jpeg, jpeg_CreateDecompress, : ,AC_DEFINE(_NO_LIBJPEG))
|
|
AC_CHECK_LIB(tiff, TIFFOpen, : , AC_DEFINE(_NO_LIBTIFF), -lm )
|
|
AC_CHECK_LIB(xml2, xmlParseFile, : , AC_DEFINE(_NO_LIBXML))
|
|
-
|
|
-AC_CHECK_HEADERS([iconv.h])
|
|
|
|
gww_hasbytecode="no"
|
|
AC_ARG_WITH(freetype-bytecode,
|