Changeset 066132a in git


Ignore:
Timestamp:
Aug 20, 2013, 11:37:21 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
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
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r90df7c r066132a  
    6565AC_FUNC_ERROR_AT_LINE
    6666AC_FUNC_MALLOC
    67 
    68 # SING_CHECK_PIPE
    6967
    7068# check for cpu properties
  • 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.