Changeset 066132a in git for m4


Ignore:
Timestamp:
Aug 20, 2013, 11:37:21 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
737c95d182062884bee7e54bf8afd4484d84f6c6
Parents:
90df7cf70e746e8a283ec5160943200e67437db0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-20 23:37:21+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-21 00:11:09+02:00
Message:
Minor improvement of BS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/gmp-check.m4

    r90df7c r066132a  
    3333AC_MSG_CHECKING(for GMP >= $min_gmp_version)
    3434
     35AC_LANG_PUSH([C])
     36
    3537for GMP_HOME in ${GMP_HOME_PATH}
    3638  do   
     
    4143                        GMP_LIBS="-L${GMP_HOME}/lib -lgmp"     
    4244                else
    43                         GMP_CFLAGS="${BACKUP_CFLAGS}"
    44                         GMP_LIBS="${BACKUP_LIBS} -lgmp"         
     45                        GMP_CFLAGS=""
     46                        GMP_LIBS="-lgmp"
    4547                fi
    4648       
     
    108110#       fi
    109111done
     112AC_LANG_POP([C])
    110113
    111114if test "x$gmp_found" != "xyes"; then
Note: See TracChangeset for help on using the changeset viewer.