Changeset 7395dd in git
- Timestamp:
- Nov 14, 2013, 4:11:34 PM (10 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 9bee534198ac4b761325be1435e67598941aac19
- Parents:
- d770e6a687e6451b6e42d8b59cf74426e947eaf0
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2013-11-14 16:11:34+01:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:02+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/gfanlib-check.m4
rd770e6 r7395dd 16 16 AC_CHECK_HEADERS([setoper.h cdd/setoper.h cddlib/setoper.h]) 17 17 18 if test "x$ac_cv_header_setoper_h" = xno -a "x$ac_cv_header_cdd_setoper_h" = xno -a "x$ac_cv_header_cddlib_setoper_h" = xno; then 19 AC_MSG_WARN([Note that setoper.h is missing!]) 18 if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no 19 then 20 AC_MSG_WARN([Error, setoper.h is missing!]) 20 21 fi 21 22 … … 56 57 LIBS=$BACKUP_LIBS 57 58 59 <<<<<<< HEAD 58 60 if test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = x1; then 59 61 AC_MSG_RESULT([yes]) … … 66 68 fi 67 69 fi 70 <<<<<<< HEAD 71 ======= 72 ======= 73 AC_MSG_RESULT(no) 74 75 AC_SUBST(CDDGMPLDFLAGS) 76 >>>>>>> fix: missing -lcddgmp flag when linking libgfan.so 77 >>>>>>> fix: missing -lcddgmp flag when linking libgfan.so 68 78 else 69 79 AC_MSG_RESULT(no)
Note: See TracChangeset
for help on using the changeset viewer.