From 7598d9d76ee6f53c8283ff046dec744f926e3aa3 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Tue, 8 Jul 2003 11:07:46 +0000 Subject: [PATCH] SGI seemingly does not have unsetenv(). FIXME: how to unset environment variables on SGI without tweaking environ yourself. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f6df57a..feb6b7b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # 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 -- GitLab