Changeset 0319b3 in git


Ignore:
Timestamp:
Dec 14, 2000, 6:30:06 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a550fd54a18a491f775e167f5dafa2a66b32b21b
Parents:
e6ad6a7fd5b9f92e598bc1761a529d6d8f0bf64d
Message:
* minor changes


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

Legend:

Unmodified
Added
Removed
  • configure.in

    re6ad6a7 r0319b3  
    349349    CONFIG_SUBDIRS="$CONFIG_SUBDIRS gmp"
    350350    ac_configure_args="$ac_configure_args --enable-gmp"
     351    enable_gmp=yes
    351352#    This we used to need for our patched version of gmp 2.x
    352353#    OUTPUT_MAKEFILES="$OUTPUT_MAKEFILES gmp/Makefile.in"
     
    394395    CONFIG_SUBDIRS="$CONFIG_SUBDIRS smallgmp"
    395396    ac_configure_args="$ac_configure_args --enable-smallgmp --enable-gmp"
     397    enable_gmp=yes
    396398  else
    397399    AC_MSG_RESULT(no)
     
    407409    if test "$ac_gmp_ok" != yes && test "$enable_gmp" != yes; then
    408410      ac_configure_args="$ac_configure_args --enable-gmp"
     411      enable_gmp=yes
    409412    fi
    410413  fi
     
    420423
    421424# Check whether we need to cheat subsequent configures with --enable-gmp
    422 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes; then
     425if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && test "$enable_gmp" != yes; then
    423426  ac_configure_args="$ac_configure_args --enable-gmp"
    424427fi
Note: See TracChangeset for help on using the changeset viewer.