Changeset 2fa80a in git for gfanlib/configure.ac


Ignore:
Timestamp:
Nov 6, 2013, 6:07:39 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
823679a657c538153cba3a477bf92e2c9102c451
Parents:
2ea781ea236dc6d65399e46b262e9954538749a1d600e1863951bfc5135d0138b61badb20b1ec70a
Message:
Merge pull request #414 from steenpass/resources_sw

release acquired semaphores before shutdown
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure.ac

    rd600e18 r2fa80a  
    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.