Changeset a3f22c in git


Ignore:
Timestamp:
May 13, 2005, 10:36:40 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cf108d8a0b850af20c6ba1ebb37242172756934d
Parents:
87bd744b29f0e668db10474fe3d4a6bb99c1f74d
Message:
*hannes: fixed typo (dyn.l.)


git-svn-id: file:///usr/local/Singular/svn/trunk@8191 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r87bd74 ra3f22c  
    18731873fi
    18741874
    1875           if test "$ac_cv_lib_c_dlopen" = yes; then
     1875          if test "$ac_cv_lib_dl_dlopen" = yes; then
    18761876                LD_DYN_FLAGS="-ldl -rdynamic"
    18771877                SFLAGS="-fpic -DPIC"
  • Singular/configure.in

    r87bd74 ra3f22c  
    335335        *Linux*)
    336336          AC_CHECK_LIB(dl, dlopen)
    337           if test "$ac_cv_lib_c_dlopen" = yes; then
     337          if test "$ac_cv_lib_dl_dlopen" = yes; then
    338338                LD_DYN_FLAGS="-ldl -rdynamic"
    339339                SFLAGS="-fpic -DPIC"
Note: See TracChangeset for help on using the changeset viewer.