Skip to content
Snippets Groups Projects
Commit 7598d9d7 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

SGI seemingly does not have unsetenv(). FIXME: how to unset

environment variables on SGI without tweaking environ yourself.
parent 44d9ad32
No related branches found
No related tags found
No related merge requests found
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT([albert], [1.2-pre1], [dani@mathematik.uni-freiburg.de])
AC_INIT([albert], [1.2-pre2], [dani@mathematik.uni-freiburg.de])
AC_CONFIG_SRCDIR([ALBERT/src/Common/albert.h])
AM_MAINTAINER_MODE
......@@ -64,7 +64,7 @@ AC_PREFIX_DEFAULT([`pwd`])
AC_CHECK_LIB([m],[main],,
[AC_MSG_ERROR([no math library, exiting...!])] )
AC_CHECK_FUNCS([alarm pow sqrt strdup strchr strstr],,
AC_CHECK_FUNCS([alarm pow sqrt strdup strchr strstr unsetenv],,
[AC_MSG_ERROR([Sorry, these are needed..])])
AC_FUNC_MALLOC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment