Skip to content
Snippets Groups Projects
Commit 3e56a74b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove unused test
parent 44dddcf3
No related branches found
No related tags found
No related merge requests found
...@@ -1408,9 +1408,6 @@ if test "${enable_png+set}" = set; then ...@@ -1408,9 +1408,6 @@ if test "${enable_png+set}" = set; then
fi; fi;
UNAME=`uname` UNAME=`uname`
if test "x${UNAME}" = "xIRIX64"; then
UNAME="IRIX"
fi
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
......
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
dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -81,9 +81,6 @@ AC_ARG_ENABLE(png, ...@@ -81,9 +81,6 @@ AC_ARG_ENABLE(png,
dnl Get the operating system and version number dnl Get the operating system and version number
UNAME=`uname` UNAME=`uname`
if test "x${UNAME}" = "xIRIX64"; then
UNAME="IRIX"
fi
dnl Check for default compilers dnl Check for default compilers
AC_PROG_CC AC_PROG_CC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment