Changeset 4385e8b for libcfa/configure


Ignore:
Timestamp:
May 5, 2020, 4:58:23 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
cbabfd4
Parents:
b1ac7dd (diff), 08a994e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    rb1ac7dd r4385e8b  
    1696216962done
    1696316963
     16964for ac_func in preadv2 pwritev2
     16965do :
     16966  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     16967ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
     16968if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
     16969  cat >>confdefs.h <<_ACEOF
     16970#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     16971_ACEOF
     16972
     16973fi
     16974done
     16975
    1696416976
    1696516977ac_config_files="$ac_config_files Makefile src/Makefile prelude/Makefile"
Note: See TracChangeset for help on using the changeset viewer.