Changeset 819 for branches


Ignore:
Timestamp:
09/25/08 05:21:02 (4 years ago)
Author:
wd
Message:

Disable custom libc code by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/autoconf/configure.ac

    r594 r819  
    480480) 
    481481AC_ARG_ENABLE(custom-libc, 
    482     AC_HELP_STRING([--disable-custom-libc], 
    483         [disable custom libc functions (slower!)]), 
     482    AC_HELP_STRING([--enable-custom-libc], 
     483        [enable custom libc functions (may not work on all systems)]), 
     484    ith_feature_append internal libc functions, 
    484485    AC_DEFINE(NO_INTERNAL_LIBC, 1, [No internal libc functions]), 
    485     ith_feature_append internal libc functions 
    486486) 
    487487AC_ARG_ENABLE(fd-setsize, 
Note: See TracChangeset for help on using the changeset viewer.