Changeset 0319b3 in git
- Timestamp:
- Dec 14, 2000, 6:30:06 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- 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.