Changeset c88397 in git
- Timestamp:
- Dec 12, 2000, 2:02:32 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- ebbe4a2df3136602d7e171ea5a1f83cca4c3e013
- Parents:
- 104fd2324b26adefbcb3bd67979986fe655ae685
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r104fd23 rc88397 1967 1967 if test "$ac_cv_lib_dl_dlopen" = yes; then 1968 1968 LD_DYN_FLAGS="-ldl -rdynamic" 1969 SFLAGS="-f PIC-DPIC"1969 SFLAGS="-fpic -DPIC" 1970 1970 SLDFLAGS=-shared 1971 1971 ac_lib_dl=yes -
Singular/configure.in
r104fd23 rc88397 304 304 if test "$ac_cv_lib_dl_dlopen" = yes; then 305 305 LD_DYN_FLAGS="-ldl -rdynamic" 306 SFLAGS="-f PIC-DPIC"306 SFLAGS="-fpic -DPIC" 307 307 SLDFLAGS=-shared 308 308 ac_lib_dl=yes
Note: See TracChangeset
for help on using the changeset viewer.