19 lines
811 B
Text
19 lines
811 B
Text
--- configure.static.in.orig Thu Dec 4 02:51:54 2003
|
|
+++ configure.static.in Wed Jan 21 09:50:26 2004
|
|
@@ -33,7 +33,6 @@
|
|
|
|
AC_SEARCH_LIBS(dlopen, dl) dnl some systems have this in libc
|
|
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?
|
|
|
|
@@ -75,8 +74,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_CHECK_LIB(freetype, FT_New_Memory_Face, [
|