Changeset 78f1ab in git for omalloc/configure.in


Ignore:
Timestamp:
Aug 18, 2000, 11:02:02 AM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
91c4012e92bce3bc415daea0a46673b73670bbc3
Parents:
c27956fe36110f606d89715478bf953a97316957
Message:
HP porting


git-svn-id: file:///usr/local/Singular/svn/trunk@4542 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/configure.in

    rc27956 r78f1ab  
    44dnl Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55dnl Created: 11/99
    6 dnl Version: $Id: configure.in,v 1.6 2000-08-16 12:55:45 obachman Exp $
     6dnl Version: $Id: configure.in,v 1.7 2000-08-18 09:02:01 obachman Exp $
    77dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    88
     
    103103  AC_MSG_ERROR(*** ar program not found)
    104104fi
    105 AC_CHECK_PROG(PERL, perl, perl, :)
    106 if test "$ac_cv_prog_PERL" != perl; then
     105AC_CHECK_PROGS(PERL, perl, "no")
     106if test "$ac_cv_prog_PERL" = no; then
    107107  AC_MSG_ERROR(*** perl program not found)
    108108fi
     
    121121AC_CHECK_HEADERS(unistd.h sys/mman.h fcntl.h /usr/include/malloc.h)
    122122
    123 AC_CHECK_FUNCS(popen readlink getcwd getwd mmap sbrk)
     123AC_CHECK_FUNCS(popen readlink getcwd getwd mmap sbrk random)
    124124
    125125dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset for help on using the changeset viewer.