Changeset 457d8d6 in git for Singular/configure.in


Ignore:
Timestamp:
Mar 8, 2001, 2:05:15 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5a8b9c4598a09a1500a99df3038cb27e10a0215f
Parents:
65b27c5c9be783dc3dacb25081a2b1227c9d5425
Message:
*hannes: posInS shall only use head terms


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

Legend:

Unmodified
Added
Removed
  • Singular/configure.in

    r65b27c r457d8d6  
    310310          if test "$ac_cv_lib_dl_dlopen" = yes; then
    311311                LD_DYN_FLAGS="-ldl -rdynamic"
     312                SFLAGS="-fpic -DPIC"
     313                SLDFLAGS=-shared
     314                ac_lib_dl=yes
     315          fi
     316        ;;
     317        SunOS-5)
     318          AC_CHECK_LIB(dl, dlopen)
     319          if test "$ac_cv_lib_dl_dlopen" = yes; then
     320                LD_DYN_FLAGS="-ldl -Xlinker -E"
    312321                SFLAGS="-fpic -DPIC"
    313322                SLDFLAGS=-shared
     
    796805
    797806AC_MSG_CHECKING(whether to have dynamic modules)
    798 if test "$with_dynamic_modules" == no || test "$ac_have_dl" != yes; then
     807if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    799808  AC_MSG_RESULT(no)
    800809else
Note: See TracChangeset for help on using the changeset viewer.