From 3e56a74baefdc46dba62564022bd43b6b52a499e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 20 Jun 2005 18:27:51 +0000 Subject: [PATCH] remove unused test --- configure | 3 --- configure.in | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/configure b/configure index 298ff49158..e1b2dd41ab 100755 --- a/configure +++ b/configure @@ -1408,9 +1408,6 @@ if test "${enable_png+set}" = set; then fi; UNAME=`uname` -if test "x${UNAME}" = "xIRIX64"; then - UNAME="IRIX" -fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' diff --git a/configure.in b/configure.in index d8992b4b45..ef17a4dd57 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.68 2005-06-20 18:13:21 geuzaine Exp $ +dnl $Id: configure.in,v 1.69 2005-06-20 18:27:51 geuzaine Exp $ dnl dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle dnl @@ -81,9 +81,6 @@ AC_ARG_ENABLE(png, dnl Get the operating system and version number UNAME=`uname` -if test "x${UNAME}" = "xIRIX64"; then - UNAME="IRIX" -fi dnl Check for default compilers AC_PROG_CC -- GitLab