Ignore:
Timestamp:
2004-10-01T12:03:13+12:00 (20 years ago)
Author:
jrm21
Message:

don't need host and target set anymore (since it works properly on darwin
now).

remove spaces around ' gettext ' in a test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r8199 r8202  
    160160
    161161dnl see if gettext is in libc. (try the textdomain() function).
    162 AC_CHECK_FUNC( textdomain , AC_DEFINE(ENABLE_NLS ,1) )
     162AC_CHECK_FUNC(textdomain, AC_DEFINE(ENABLE_NLS ,1) )
    163163
    164164# *** Custom checking (based on GNU tar configure.in) ***
     
    395395# ---------------------------------------------------------------------------
    396396dnl for Darwin, as our packages don't (yet) correctly guess our system type.
    397 ac_configure_args="$ac_configure_args --host=$host --target=$target"
     397dnl not needed any more?
     398dnl ac_configure_args="$ac_configure_args --build=$build --target=$target"
    398399AC_CONFIG_SUBDIRS(packages)
    399400
Note: See TracChangeset for help on using the changeset viewer.