Changeset 2e473ad in git for gfanlib/configure.ac


Ignore:
Timestamp:
Oct 26, 2013, 1:07:26 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a867b2ad8475230ee7943dfc47b1565ab179aca4
Parents:
9cf75aab8ce4766fcf49c2135012db6957300a95
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-26 13:07:26+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-26 13:08:22+02:00
Message:
add: fedora places cddlib in cddlib/...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure.ac

    r9cf75aa r2e473ad  
    3939#       exit 1
    4040# fi
    41 AC_CHECK_HEADERS([cdd/setoper.h setoper.h])
    42 if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no
     41AC_CHECK_HEADERS([cdd/setoper.h setoper.h cddlib/setoper.h])
     42if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
    4343then
    4444        AC_MSG_WARN([Error, setoper.h is missing!])
     
    5757
    5858if test "x$ENABLE_GFANLIB" = xyes; then
    59 if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no
     59if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
    6060then
    6161        exit 1
Note: See TracChangeset for help on using the changeset viewer.