Changeset 1fe227 in git for Singular/configure
- Timestamp:
- May 25, 2011, 1:30:03 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f7d7455516e751906e8f7bb3d265fb06b8b3711e
- Parents:
- d19fa29f38b52d293cf6fcbe33a75284288cb5d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
rd19fa2 r1fe227 4835 4835 cross_compiling=$ac_cv_prog_cxx_cross 4836 4836 4837 echo $ac_n "checking for r l_abortin -lreadline""... $ac_c" 1>&64838 echo "configure:4831: checking for r l_abortin -lreadline" >&54839 ac_lib_var=`echo readline'_'r l_abort| sed 'y%./+-%__p_%'`4837 echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6 4838 echo "configure:4831: checking for readline in -lreadline" >&5 4839 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'` 4840 4840 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4841 4841 echo $ac_n "(cached) $ac_c" 1>&6 … … 4852 4852 /* We use char because int might match the return type of a gcc2 4853 4853 builtin and then its argument prototype would still apply. */ 4854 char r l_abort();4854 char readline(); 4855 4855 4856 4856 int main() { 4857 r l_abort()4857 readline() 4858 4858 ; return 0; } 4859 4859 EOF … … 4968 4968 done 4969 4969 4970 if test "$ac_cv_lib_readline_r l_abort" = yes && \4970 if test "$ac_cv_lib_readline_readline" = yes && \ 4971 4971 test "$ac_cv_header_readline_readline_h" = yes; then 4972 4972 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
Note: See TracChangeset
for help on using the changeset viewer.