ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/ac-tools/configure.in
(Generate patch)

Comparing trunk/OOPSE-3.0/ac-tools/configure.in (file contents):
Revision 2756 by gezelter, Tue May 16 20:38:23 2006 UTC vs.
Revision 2757 by gezelter, Wed May 17 16:10:16 2006 UTC

# Line 47 | Line 47 | AC_SUBST(debug)
47   fi
48   AC_SUBST(debug)
49  
50 + AC_ARG_ENABLE(single, [AC_HELP_STRING([--enable-single],[compile OOPSE in single precision])], ok=$enableval, ok=no)
51 + AC_ARG_ENABLE(float, [AC_HELP_STRING([--enable-float],[synonym for --enable-single])], ok=$enableval)
52 + if test "$ok" = "yes"; then
53 +        AC_DEFINE(SINGLE_PRECISION,1,[Define to compile in single precision.])
54 +        PRECISION=s
55 + else
56 +        PRECISION=d
57 + fi
58 +
59   # Checks for programs.
60   AC_PROG_CXX([icpc icc pgCC pathCC c++ xlc++ xlC g++ CC])
61   AC_PROG_CC([icc pgcc pathcc cc xlc gcc])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines