Changeset 7395dd in git


Ignore:
Timestamp:
Nov 14, 2013, 4:11:34 PM (10 years ago)
Author:
Yue Ren <ren@…>
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
Message:
fix: missing -lcddgmp flag when linking libgfan.so
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/gfanlib-check.m4

    rd770e6 r7395dd  
    1616 AC_CHECK_HEADERS([setoper.h cdd/setoper.h cddlib/setoper.h])
    1717
    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!])
    2021 fi
    2122
     
    5657 LIBS=$BACKUP_LIBS
    5758
     59<<<<<<< HEAD
    5860 if test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = x1; then
    5961  AC_MSG_RESULT([yes])
     
    6668  fi
    6769 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
    6878else
    6979 AC_MSG_RESULT(no)
Note: See TracChangeset for help on using the changeset viewer.