From f7a4bcaf7970c18ad2ca1d1714babbc307775e70 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 15 Sep 2000 15:42:45 +0000 Subject: use cpml.h on Alpha (AlanH) --- src/mesa/main/glheader.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index d2e9b54da1..ab5cb2e477 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,4 +1,4 @@ -/* $Id: glheader.h,v 1.13 2000/09/12 15:41:46 brianp Exp $ */ +/* $Id: glheader.h,v 1.14 2000/09/15 15:42:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -47,7 +47,12 @@ #else #include #include +/* If we can use Compaq's Fast Math Library on Alpha */ +#if defined(__alpha__) && defined(CCPML) +#include +#else #include +#endif #include #include #include -- cgit v1.2.3