Changeset 0fb3336 in git for Singular/configure.in


Ignore:
Timestamp:
Jan 8, 2008, 3:11:04 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f8e54578322ffb83ea92786420613e64ade26d73
Parents:
99019d6f6c54b6c478e47a059ccce9095a09ec86
Message:
*hannes: GLIBC_DYN_FIX: fix glibc 2.5 etc. and DYN_MOD


git-svn-id: file:///usr/local/Singular/svn/trunk@10496 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure.in

    r99019d6 r0fb3336  
    771771fi
    772772
     773SAVE_LIBS=$LIBS
     774AC_CHECK_LIB(c_nonshared)
     775LIBS=$SAVE_LIBS
     776if test "$ac_cv_lib_c_nonshared" = yes; then
     777GLIBC_DYN_FIX="-lc_nonshared"
     778else
     779GLIBC_DYN_FIX=""
     780fi
     781AC_SUBST(GLIBC_DYN_FIX)
     782
    773783# evaluate results
    774784dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset for help on using the changeset viewer.