Changeset 2fa80a in git for gfanlib/configure.ac
- Timestamp:
- Nov 6, 2013, 6:07:39 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 823679a657c538153cba3a477bf92e2c9102c451
- Parents:
- 2ea781ea236dc6d65399e46b262e9954538749a1d600e1863951bfc5135d0138b61badb20b1ec70a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/configure.ac
rd600e18 r2fa80a 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.