Changeset 2ea781 in git for gfanlib/configure.ac


Ignore:
Timestamp:
Nov 6, 2013, 2:10:35 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
2fa80a36c041e00aa30582d92c55f22cc3fe47d8
Parents:
11d2251062fab59810b4c2ed557949ad3c5be449
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 14:10:35+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 17:36:34+01:00
Message:
Fixing BS (due to gfanlib)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure.ac

    r11d225 r2ea781  
    4040# fi
    4141AC_CHECK_HEADERS([cdd/setoper.h setoper.h cddlib/setoper.h])
    42 if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
    43 then
    44         AC_MSG_WARN([Error, setoper.h is missing!])
    45 fi
     42# if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
     43#then
     44#       AC_MSG_WARN([Error, setoper.h is missing!])
     45#fi
    4646
    4747# if setoper.h is there, assume that also cdd.h is there
    4848
    49 if test "x$ENABLE_GFANLIB" = xyes; then
    50 if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
    51 then
    52         exit 0
    53 fi
    54 fi
     49#if test "x$ENABLE_GFANLIB" = xyes; then
     50#if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no
     51#then
     52###     exit 0
     53#fi
     54#fi
    5555
    5656# Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset for help on using the changeset viewer.