Changeset 066132a in git
- Timestamp:
- Aug 20, 2013, 11:37:21 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 737c95d182062884bee7e54bf8afd4484d84f6c6
- Parents:
- 90df7cf70e746e8a283ec5160943200e67437db0
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-20 23:37:21+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-21 00:11:09+02:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r90df7c r066132a 65 65 AC_FUNC_ERROR_AT_LINE 66 66 AC_FUNC_MALLOC 67 68 # SING_CHECK_PIPE69 67 70 68 # check for cpu properties -
m4/gmp-check.m4
r90df7c r066132a 33 33 AC_MSG_CHECKING(for GMP >= $min_gmp_version) 34 34 35 AC_LANG_PUSH([C]) 36 35 37 for GMP_HOME in ${GMP_HOME_PATH} 36 38 do … … 41 43 GMP_LIBS="-L${GMP_HOME}/lib -lgmp" 42 44 else 43 GMP_CFLAGS=" ${BACKUP_CFLAGS}"44 GMP_LIBS=" ${BACKUP_LIBS} -lgmp"45 GMP_CFLAGS="" 46 GMP_LIBS="-lgmp" 45 47 fi 46 48 … … 108 110 # fi 109 111 done 112 AC_LANG_POP([C]) 110 113 111 114 if test "x$gmp_found" != "xyes"; then
Note: See TracChangeset
for help on using the changeset viewer.