Changeset 2ea781 in git for gfanlib/configure.ac
- Timestamp:
- Nov 6, 2013, 2:10:35 PM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/configure.ac
r11d225 r2ea781 40 40 # fi 41 41 AC_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" == no43 then44 AC_MSG_WARN([Error, setoper.h is missing!])45 fi42 # 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 46 46 47 47 # if setoper.h is there, assume that also cdd.h is there 48 48 49 if test "x$ENABLE_GFANLIB" = xyes; then50 if test "$ac_cv_header_setoper_h" == no -a "$ac_cv_header_cdd_setoper_h" == no -a "$ac_cv_header_cddlib_setoper_h" == no51 then52 exit 053 fi54 fi49 #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 55 55 56 56 # Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset
for help on using the changeset viewer.