Ignore:
Timestamp:
2007-06-09T14:11:29+12:00 (17 years ago)
Author:
mdewsnip
Message:

Changed ICONV to iconv so this works on Solaris and other non-Linux machines, and fixed LDFLAGS so you can set it as an option to ./configure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure.in

    r13777 r14169  
    7272
    7373dnl Checks for programs.
    74 LDFLAGS=
     74LDFLAGS=$LDFLAGS
    7575dnl only set CFLAGS if not already set in environment
    7676if test -z "$CFLAGS"; then
     
    156156AC_HAVE_LIBRARY(crypt)
    157157if test $ENABLE_ACCENTFOLD = 1; then
    158 AC_HAVE_LIBRARY(ICONV)
     158AC_HAVE_LIBRARY(iconv)
    159159fi
    160160
Note: See TracChangeset for help on using the changeset viewer.