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


Ignore:
Timestamp:
Nov 6, 2013, 2:10:35 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
Message:
Fixing BS (due to gfanlib)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/gfanlib-check.m4

    r11d225 r2ea781  
    99[ENABLE_GFANLIB="no"])
    1010
    11 SAVE_LIBS=$LIBS
     11BACKUP_LIBS=$LIBS
    1212
    1313AC_MSG_CHECKING(whether to build with gfanlib)
     
    5757fi
    5858
    59 LIBS=$SAVE_LIBS
     59LIBS=$BACKUP_LIBS
    6060
    6161AM_CONDITIONAL(HAVE_GFANLIB, test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = xyes)
Note: See TracChangeset for help on using the changeset viewer.