I had checked the following patch in already as well.
David
2. Had to apply this configure patch so DX configure wouldn't bomb when
detecting ImageMagick. Stock sh (as on Solaris) does not support
"export var=val", though sh derivatives (bash, ksh, etc.) often do:
--- ORIG/configure Thu Jun 7 11:09:59 2001
+++ configure Fri Jun 22 08:53:35 2001
@@ -6372,10 +6372,11 @@
x=`echo $arg | tr -dc '[:alnum:]'`
eval test x\${ac_u_$x} = x;
if test $? = 0 ; then
- eval export ac_u_$x=1
+ eval ac_u_$x=1
else
- eval export ac_u_$x=\`expr \${ac_u_$x} + 1\`
+ eval ac_u_$x=\`expr \${ac_u_$x} + 1\`
fi
+ export ac_u_$x
done
for arg in $LIB_MAGICK ; do
--
.............................................................................
David L. Thompson The University of Montana
mailto:[EMAIL PROTECTED] Computer Science Department
http://www.cs.umt.edu/u/dthompsn Missoula, MT 59812
Work Phone : (406)257-8530