Changeset 2ea781 in git for m4/gfanlib-check.m4
- 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
-
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.