Changeset 2ea781 in git
- Timestamp:
- Nov 6, 2013, 2:10:35 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- 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
- Files:
-
- 2 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. -
m4/gfanlib-check.m4
r11d225 r2ea781 9 9 [ENABLE_GFANLIB="no"]) 10 10 11 SAVE_LIBS=$LIBS11 BACKUP_LIBS=$LIBS 12 12 13 13 AC_MSG_CHECKING(whether to build with gfanlib) … … 57 57 fi 58 58 59 LIBS=$ SAVE_LIBS59 LIBS=$BACKUP_LIBS 60 60 61 61 AM_CONDITIONAL(HAVE_GFANLIB, test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = xyes)
Note: See TracChangeset
for help on using the changeset viewer.