Changeset bf4f49b in git for Singular/configure


Ignore:
Timestamp:
May 4, 2006, 5:12:07 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d6a16565b3231b4609c36b53ada1df484ac3f2bc
Parents:
bbb0cee6b8cf4a508b13917a8ceea7460fd1cb07
Message:
*hannes: debug version: LIBSG


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    rbbb0ce rbf4f49b  
    48774877fi
    48784878
     4879NEED_LIBSG="${NEED_LIBS}"
    48794880if test "$ac_cv_sizeof_voidp" != 4; then
    48804881  NEED_LIBS="${NEED_LIBS} -lomalloc"
     
    48864887
    48874888
     4889
    48884890echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4889 echo "configure:4890: checking whether to have dbm links" >&5
     4891echo "configure:4892: checking whether to have dbm links" >&5
    48904892if test "$with_dbm" != no; then
    48914893  cat >> confdefs.h <<\EOF
     
    48994901
    49004902echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4901 echo "configure:4902: checking whether to have namespaces" >&5
     4903echo "configure:4904: checking whether to have namespaces" >&5
    49024904if test "$with_namespaces" != no; then
    49034905  echo "$ac_t""yes" 1>&6
     
    49114913
    49124914echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4913 echo "configure:4914: checking whether to have dynamic modules" >&5
     4915echo "configure:4916: checking whether to have dynamic modules" >&5
    49144916if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    49154917  echo "$ac_t""no" 1>&6
     
    49234925
    49244926echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4925 echo "configure:4926: checking whether to have dynamic kernel" >&5
     4927echo "configure:4928: checking whether to have dynamic kernel" >&5
    49264928if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    49274929  DL_KERNEL=1
     
    49334935
    49344936echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4935 echo "configure:4936: checking whether to have Plural" >&5
     4937echo "configure:4938: checking whether to have Plural" >&5
    49364938if test "$with_Plural" != yes && test "$enable_Plural" != yes; then
    49374939  echo "$ac_t""no" 1>&6
     
    51195121s%@MP_LIBS@%$MP_LIBS%g
    51205122s%@NEED_LIBS@%$NEED_LIBS%g
     5123s%@NEED_LIBSG@%$NEED_LIBSG%g
    51215124s%@DL_KERNEL@%$DL_KERNEL%g
    51225125s%@PLURAL@%$PLURAL%g
Note: See TracChangeset for help on using the changeset viewer.