Ignore:
Timestamp:
2003-01-23T16:37:47+13:00 (21 years ago)
Author:
jrm21
Message:

Added a test for gettext functions to define ENABLE_NLS, even though we
hardly use them, but otherwise too many #defines get in each other's way
and create parse errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r3631 r3705  
    159159AC_REPLACE_FUNCS(ftruncate strstr strcasecmp)
    160160
     161dnl see if gettext is in libc. (try the textdomain() function).
     162AC_CHECK_FUNC( textdomain , AC_DEFINE(ENABLE_NLS ,1) )
    161163
    162164# *** Custom checking (based on GNU tar configure.in) ***
Note: See TracChangeset for help on using the changeset viewer.