applied an IEEE flag patch for OSF/1 #77825 Daniel

* configure.in: applied an IEEE flag patch for OSF/1 #77825
Daniel
This commit is contained in:
Daniel Veillard 2002-04-11 08:24:26 +00:00
parent 9425ce2d50
commit cb5b4d6110
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: applied an IEEE flag patch for OSF/1 #77825
Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
* win32/configure.js: patch from Nilo for the c14n option

View File

@ -176,6 +176,9 @@ else
alpha*-*-linux* )
CFLAGS="${CFLAGS} -mieee"
;;
alpha*-*-osf* )
CFLAGS="${CFLAGS} -mieee"
;;
esac
fi
case ${host} in