Changeset 9c31e9 in git for m4/ntl-check.m4
- Timestamp:
- Jul 30, 2018, 9:22:38 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- bc738210c79399a9d692a374048434a9a4f8df9d
- Parents:
- cadc8982276b61186daf2b1af182e715450e71df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/ntl-check.m4
rcadc89 r9c31e9 30 30 elif test "$withval" != no ; then 31 31 NTL_HOME_PATH="$withval" 32 NTL_SHOULD_BE_PRESENT="yes" 32 33 fi], 33 34 [NTL_HOME_PATH="${DEFAULT_CHECKING_PATH}"]) … … 116 117 ifelse([$3], , :, [$3]) 117 118 elif test "x$ntl_found" = "xno"; then 119 if test "x$NTL_SHOULD_BE_PRESENT" = "xyes"; then 120 AC_MSG_ERROR([NTL support was requested but NTL could not be detected]) 121 fi 118 122 AC_MSG_RESULT(not found) 119 123 ifelse([$3], , :, [$3])
Note: See TracChangeset
for help on using the changeset viewer.