Changeset 0319b3 in git for configure.in
- Timestamp:
- Dec 14, 2000, 6:30:06 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a550fd54a18a491f775e167f5dafa2a66b32b21b
- Parents:
- e6ad6a7fd5b9f92e598bc1761a529d6d8f0bf64d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
re6ad6a7 r0319b3 349 349 CONFIG_SUBDIRS="$CONFIG_SUBDIRS gmp" 350 350 ac_configure_args="$ac_configure_args --enable-gmp" 351 enable_gmp=yes 351 352 # This we used to need for our patched version of gmp 2.x 352 353 # OUTPUT_MAKEFILES="$OUTPUT_MAKEFILES gmp/Makefile.in" … … 394 395 CONFIG_SUBDIRS="$CONFIG_SUBDIRS smallgmp" 395 396 ac_configure_args="$ac_configure_args --enable-smallgmp --enable-gmp" 397 enable_gmp=yes 396 398 else 397 399 AC_MSG_RESULT(no) … … 407 409 if test "$ac_gmp_ok" != yes && test "$enable_gmp" != yes; then 408 410 ac_configure_args="$ac_configure_args --enable-gmp" 411 enable_gmp=yes 409 412 fi 410 413 fi … … 420 423 421 424 # Check whether we need to cheat subsequent configures with --enable-gmp 422 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes ; then425 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && test "$enable_gmp" != yes; then 423 426 ac_configure_args="$ac_configure_args --enable-gmp" 424 427 fi
Note: See TracChangeset
for help on using the changeset viewer.