Changeset 2fa80a in git for m4/gfanlib-check.m4


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
  • m4/gfanlib-check.m4

    rd600e18 r2fa80a  
    88[ENABLE_GFANLIB="yes"],
    99[ENABLE_GFANLIB="no"])
     10
     11BACKUP_LIBS=$LIBS
    1012
    1113AC_MSG_CHECKING(whether to build with gfanlib)
     
    5557fi
    5658
    57 LIBS=$SAVE_LIBS
     59LIBS=$BACKUP_LIBS
    5860
    5961AM_CONDITIONAL(HAVE_GFANLIB, test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = xyes)
Note: See TracChangeset for help on using the changeset viewer.