Changeset 6e7af3a in git for Singular/configure


Ignore:
Timestamp:
Feb 16, 2005, 2:07:17 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
ecce503e3c38e63f043db34fbea817c3fc1fdc6c
Parents:
6f0eb7cc789ce72acab78e27ee96840bf84472c5
Message:
*hannes: 64-bit DEFS


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r6f0eb7 r6e7af3a  
    36053605  { echo "configure: error: need void* to be 4 or 8 bytes long" 1>&2; exit 1; }
    36063606fi
     3607if test "$ac_cv_sizeof_voidp" != 4; then
     3608  DEFS="-UOMNDEBUG"
     3609 
     3610fi
    36073611
    36083612# Check whether --with-rootdir or --without-rootdir was given.
     
    36963700
    36973701echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    3698 echo "configure:3699: checking whether to use dynamic linking" >&5
     3702echo "configure:3703: checking whether to use dynamic linking" >&5
    36993703if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    37003704  cat >> confdefs.h <<\EOF
     
    37093713
    37103714echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3711 echo "configure:3712: checking for tgetent in -lncurses" >&5
     3715echo "configure:3716: checking for tgetent in -lncurses" >&5
    37123716ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    37133717if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37173721LIBS="-lncurses  $LIBS"
    37183722cat > conftest.$ac_ext <<EOF
    3719 #line 3720 "configure"
     3723#line 3724 "configure"
    37203724#include "confdefs.h"
    37213725/* Override any gcc2 internal prototype to avoid an error.  */
     
    37283732; return 0; }
    37293733EOF
    3730 if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3734if { (eval echo configure:3735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37313735  rm -rf conftest*
    37323736  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37553759\
    37563760 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3757 echo "configure:3758: checking for tgetent in -lcurses" >&5
     3761echo "configure:3762: checking for tgetent in -lcurses" >&5
    37583762ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37593763if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37633767LIBS="-lcurses  $LIBS"
    37643768cat > conftest.$ac_ext <<EOF
    3765 #line 3766 "configure"
     3769#line 3770 "configure"
    37663770#include "confdefs.h"
    37673771/* Override any gcc2 internal prototype to avoid an error.  */
     
    37743778; return 0; }
    37753779EOF
    3776 if { (eval echo configure:3777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3780if { (eval echo configure:3781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37773781  rm -rf conftest*
    37783782  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38013805\
    38023806  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3803 echo "configure:3804: checking for tgetent in -ltermcap" >&5
     3807echo "configure:3808: checking for tgetent in -ltermcap" >&5
    38043808ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    38053809if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38093813LIBS="-ltermcap  $LIBS"
    38103814cat > conftest.$ac_ext <<EOF
    3811 #line 3812 "configure"
     3815#line 3816 "configure"
    38123816#include "confdefs.h"
    38133817/* Override any gcc2 internal prototype to avoid an error.  */
     
    38203824; return 0; }
    38213825EOF
    3822 if { (eval echo configure:3823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3826if { (eval echo configure:3827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38233827  rm -rf conftest*
    38243828  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38693873
    38703874   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3871 echo "configure:3872: checking for rl_abort in -lreadline" >&5
     3875echo "configure:3876: checking for rl_abort in -lreadline" >&5
    38723876ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38733877if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38773881LIBS="-lreadline  $LIBS"
    38783882cat > conftest.$ac_ext <<EOF
    3879 #line 3880 "configure"
     3883#line 3884 "configure"
    38803884#include "confdefs.h"
    38813885/* Override any gcc2 internal prototype to avoid an error.  */
     
    38913895; return 0; }
    38923896EOF
    3893 if { (eval echo configure:3894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3897if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38943898  rm -rf conftest*
    38953899  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39193923
    39203924   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3921 echo "configure:3922: checking how to run the C++ preprocessor" >&5
     3925echo "configure:3926: checking how to run the C++ preprocessor" >&5
    39223926if test -z "$CXXCPP"; then
    39233927if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    39323936  CXXCPP="${CXX-g++} -E"
    39333937  cat > conftest.$ac_ext <<EOF
    3934 #line 3935 "configure"
     3938#line 3939 "configure"
    39353939#include "confdefs.h"
    39363940#include <stdlib.h>
    39373941EOF
    39383942ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3939 { (eval echo configure:3940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3943{ (eval echo configure:3944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39403944ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39413945if test -z "$ac_err"; then
     
    39653969ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39663970echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3967 echo "configure:3968: checking for $ac_hdr" >&5
     3971echo "configure:3972: checking for $ac_hdr" >&5
    39683972if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39693973  echo $ac_n "(cached) $ac_c" 1>&6
    39703974else
    39713975  cat > conftest.$ac_ext <<EOF
    3972 #line 3973 "configure"
     3976#line 3977 "configure"
    39733977#include "confdefs.h"
    39743978#include <$ac_hdr>
    39753979EOF
    39763980ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3977 { (eval echo configure:3978: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3981{ (eval echo configure:3982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39783982ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39793983if test -z "$ac_err"; then
     
    40044008      test "$ac_cv_header_readline_readline_h" = yes; then
    40054009     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4006 echo "configure:4007: checking whether readline.h is ok" >&5
     4010echo "configure:4011: checking whether readline.h is ok" >&5
    40074011     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    40084012  echo $ac_n "(cached) $ac_c" 1>&6
    40094013else
    40104014  cat > conftest.$ac_ext <<EOF
    4011 #line 4012 "configure"
     4015#line 4016 "configure"
    40124016#include "confdefs.h"
    40134017#include<unistd.h>
     
    40224026; return 0; }
    40234027EOF
    4024 if { (eval echo configure:4025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4028if { (eval echo configure:4029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40254029  rm -rf conftest*
    40264030  ac_cv_header_readline_readline_h_ok="yes"
     
    40384042#not ok -- try once more with explicitly declaring everything
    40394043      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4040 echo "configure:4041: checking whether or not we nevertheless can use readline" >&5
     4044echo "configure:4045: checking whether or not we nevertheless can use readline" >&5
    40414045      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40424046  echo $ac_n "(cached) $ac_c" 1>&6
    40434047else
    40444048  cat > conftest.$ac_ext <<EOF
    4045 #line 4046 "configure"
     4049#line 4050 "configure"
    40464050#include "confdefs.h"
    40474051#include <stdio.h>
     
    40774081; return 0; }
    40784082EOF
    4079 if { (eval echo configure:4080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4083if { (eval echo configure:4084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40804084  rm -rf conftest*
    40814085  ac_cv_have_readline="yes"
     
    41164120
    41174121echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4118 echo "configure:4119: checking which readline to use" >&5
     4122echo "configure:4123: checking which readline to use" >&5
    41194123if test "$ac_cv_with_readline" = dynamic; then
    41204124  echo "$ac_t""dynamic" 1>&6
     
    41364140# gmp, smallgmp, MP, MPT, factory, libfac
    41374141echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4138 echo "configure:4139: checking for main in -lgmp" >&5
     4142echo "configure:4143: checking for main in -lgmp" >&5
    41394143ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    41404144if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41444148LIBS="-lgmp  $LIBS"
    41454149cat > conftest.$ac_ext <<EOF
    4146 #line 4147 "configure"
     4150#line 4151 "configure"
    41474151#include "confdefs.h"
    41484152
     
    41514155; return 0; }
    41524156EOF
    4153 if { (eval echo configure:4154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4157if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41544158  rm -rf conftest*
    41554159  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41824186fi
    41834187echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4184 echo "configure:4185: checking for main in -lsmallgmp" >&5
     4188echo "configure:4189: checking for main in -lsmallgmp" >&5
    41854189ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    41864190if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41904194LIBS="-lsmallgmp  $LIBS"
    41914195cat > conftest.$ac_ext <<EOF
    4192 #line 4193 "configure"
     4196#line 4197 "configure"
    41934197#include "confdefs.h"
    41944198
     
    41974201; return 0; }
    41984202EOF
    4199 if { (eval echo configure:4200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4203if { (eval echo configure:4204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42004204  rm -rf conftest*
    42014205  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42264230SAVE_LIBS=$LIBS
    42274231echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4228 echo "configure:4229: checking for IMP_PutGmpInt in -lMP" >&5
     4232echo "configure:4233: checking for IMP_PutGmpInt in -lMP" >&5
    42294233ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    42304234if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42344238LIBS="-lMP $MP_LIBS $LIBS"
    42354239cat > conftest.$ac_ext <<EOF
    4236 #line 4237 "configure"
     4240#line 4241 "configure"
    42374241#include "confdefs.h"
    42384242/* Override any gcc2 internal prototype to avoid an error.  */
     
    42454249; return 0; }
    42464250EOF
    4247 if { (eval echo configure:4248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4251if { (eval echo configure:4252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42484252  rm -rf conftest*
    42494253  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42734277
    42744278echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4275 echo "configure:4276: checking for MPT_GetTree in -lMPT" >&5
     4279echo "configure:4280: checking for MPT_GetTree in -lMPT" >&5
    42764280ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    42774281if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42814285LIBS="-lMPT $MP_LIBS $LIBS"
    42824286cat > conftest.$ac_ext <<EOF
    4283 #line 4284 "configure"
     4287#line 4288 "configure"
    42844288#include "confdefs.h"
    42854289/* Override any gcc2 internal prototype to avoid an error.  */
     
    42924296; return 0; }
    42934297EOF
    4294 if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4298if { (eval echo configure:4299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42954299  rm -rf conftest*
    42964300  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43214325LIBS=$SAVE_LIBS
    43224326echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4323 echo "configure:4324: checking for atof in -lsingcf" >&5
     4327echo "configure:4328: checking for atof in -lsingcf" >&5
    43244328ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    43254329if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43294333LIBS="-lsingcf  $LIBS"
    43304334cat > conftest.$ac_ext <<EOF
    4331 #line 4332 "configure"
     4335#line 4336 "configure"
    43324336#include "confdefs.h"
    43334337/* Override any gcc2 internal prototype to avoid an error.  */
     
    43404344; return 0; }
    43414345EOF
    4342 if { (eval echo configure:4343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4346if { (eval echo configure:4347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43434347  rm -rf conftest*
    43444348  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43684372
    43694373echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4370 echo "configure:4371: checking for atof in -lsingfac" >&5
     4374echo "configure:4375: checking for atof in -lsingfac" >&5
    43714375ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    43724376if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43764380LIBS="-lsingfac  $LIBS"
    43774381cat > conftest.$ac_ext <<EOF
    4378 #line 4379 "configure"
     4382#line 4383 "configure"
    43794383#include "confdefs.h"
    43804384/* Override any gcc2 internal prototype to avoid an error.  */
     
    43874391; return 0; }
    43884392EOF
    4389 if { (eval echo configure:4390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4393if { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43904394  rm -rf conftest*
    43914395  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44154419
    44164420echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4417 echo "configure:4418: checking for omTestAddr in -lomalloc" >&5
     4421echo "configure:4422: checking for omTestAddr in -lomalloc" >&5
    44184422ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    44194423if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44234427LIBS="-lomalloc  $LIBS"
    44244428cat > conftest.$ac_ext <<EOF
    4425 #line 4426 "configure"
     4429#line 4430 "configure"
    44264430#include "confdefs.h"
    44274431/* Override any gcc2 internal prototype to avoid an error.  */
     
    44344438; return 0; }
    44354439EOF
    4436 if { (eval echo configure:4437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4440if { (eval echo configure:4441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44374441  rm -rf conftest*
    44384442  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44624466
    44634467echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4464 echo "configure:4465: checking for main in -lomalloc_ndebug" >&5
     4468echo "configure:4469: checking for main in -lomalloc_ndebug" >&5
    44654469ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    44664470if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44704474LIBS="-lomalloc_ndebug  $LIBS"
    44714475cat > conftest.$ac_ext <<EOF
    4472 #line 4473 "configure"
     4476#line 4477 "configure"
    44734477#include "confdefs.h"
    44744478
     
    44774481; return 0; }
    44784482EOF
    4479 if { (eval echo configure:4480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4483if { (eval echo configure:4484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44804484  rm -rf conftest*
    44814485  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45054509
    45064510echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    4507 echo "configure:4508: checking for main in -lntl" >&5
     4511echo "configure:4512: checking for main in -lntl" >&5
    45084512ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    45094513if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45134517LIBS="-lntl  $LIBS"
    45144518cat > conftest.$ac_ext <<EOF
    4515 #line 4516 "configure"
     4519#line 4520 "configure"
    45164520#include "confdefs.h"
    45174521
     
    45204524; return 0; }
    45214525EOF
    4522 if { (eval echo configure:4523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4526if { (eval echo configure:4527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45234527  rm -rf conftest*
    45244528  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45534557ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45544558echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4555 echo "configure:4556: checking for $ac_hdr" >&5
     4559echo "configure:4560: checking for $ac_hdr" >&5
    45564560if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45574561  echo $ac_n "(cached) $ac_c" 1>&6
    45584562else
    45594563  cat > conftest.$ac_ext <<EOF
    4560 #line 4561 "configure"
     4564#line 4565 "configure"
    45614565#include "confdefs.h"
    45624566#include <$ac_hdr>
    45634567EOF
    45644568ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4565 { (eval echo configure:4566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4569{ (eval echo configure:4570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45664570ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45674571if test -z "$ac_err"; then
     
    46354639
    46364640echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4637 echo "configure:4638: checking which apint package to use" >&5
     4641echo "configure:4642: checking which apint package to use" >&5
    46384642if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    46394643  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    46774681#
    46784682echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4679 echo "configure:4680: checking whether to have MP" >&5
     4683echo "configure:4684: checking whether to have MP" >&5
    46804684if test "${with_MP}" != yes && test "${with_MP}" != no; then
    46814685  if (test "${will_have_gmp}" = yes) && \
     
    47124716
    47134717echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    4714 echo "configure:4715: checking whether to have NTL" >&5
     4718echo "configure:4719: checking whether to have NTL" >&5
    47154719if test "${with_NTL}" = yes ; then
    47164720  echo "$ac_t""yes" 1>&6
     
    47214725
    47224726echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4723 echo "configure:4724: checking whether to have factory" >&5
     4727echo "configure:4728: checking whether to have factory" >&5
    47244728if test "${with_factory}" != yes && test "${with_factory}" != no; then
    47254729  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    47524756
    47534757echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4754 echo "configure:4755: checking whether to have libfac" >&5
     4758echo "configure:4759: checking whether to have libfac" >&5
    47554759if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    47564760  if (test "${will_have_factory}" = yes) && \
     
    47864790
    47874791echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4788 echo "configure:4789: checking whether to have dbm links" >&5
     4792echo "configure:4793: checking whether to have dbm links" >&5
    47894793if test "$with_dbm" != no; then
    47904794  cat >> confdefs.h <<\EOF
     
    47984802
    47994803echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4800 echo "configure:4801: checking whether to have namespaces" >&5
     4804echo "configure:4805: checking whether to have namespaces" >&5
    48014805if test "$with_namespaces" != no; then
    48024806  echo "$ac_t""yes" 1>&6
     
    48104814
    48114815echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4812 echo "configure:4813: checking whether to have dynamic modules" >&5
     4816echo "configure:4817: checking whether to have dynamic modules" >&5
    48134817if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    48144818  echo "$ac_t""no" 1>&6
     
    48224826
    48234827echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4824 echo "configure:4825: checking whether to have dynamic kernel" >&5
     4828echo "configure:4829: checking whether to have dynamic kernel" >&5
    48254829if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    48264830  DL_KERNEL=1
     
    48324836
    48334837echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4834 echo "configure:4835: checking whether to have Plural" >&5
     4838echo "configure:4839: checking whether to have Plural" >&5
    48354839if test "$with_Plural" != yes && test "$enable_Plural" != yes; then
    48364840  echo "$ac_t""no" 1>&6
Note: See TracChangeset for help on using the changeset viewer.