Ignore:
Timestamp:
2009-10-22T19:47:46+13:00 (15 years ago)
Author:
oranfry
Message:

took out the dependency check for iconv as it is bundled, and the 'check' it is causing problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure.in

    r19264 r20842  
    189189dnl check for -lcrypt:
    190190AC_HAVE_LIBRARY(crypt)
    191 if test $ENABLE_ACCENTFOLD = 1; then
    192 AC_HAVE_LIBRARY(iconv)
    193 fi
     191#if test $ENABLE_ACCENTFOLD = 1; then
     192#AC_HAVE_LIBRARY(iconv)
     193#fi
    194194
    195195dnl Checks for header files.
Note: See TracChangeset for help on using the changeset viewer.