Unify all of the code for floating point +,-,*,/ into one function
[oota-llvm.git] / autoconf / configure.ac
index b1abda79858a50f9050ca36f7aa9cac79225be98..3a3dfd881c0330b7207aca28d81913575cec15b4 100644 (file)
@@ -282,7 +282,7 @@ then
 fi
 AC_HEADER_MMAP_ANONYMOUS
 AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace)
+AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty)
 AC_CHECK_FUNC(mprotect,,AC_MSG_ERROR([Function mprotect() required but not found]))
 
 dnl Determine if the linker supports the -R option.
@@ -346,9 +346,9 @@ dnl Povray External Benchmark
 AC_ARG_ENABLE(povray,AC_HELP_STRING([--enable-povray],[Compile Povray benchmark (default is NO)]),,enableval=no)
 if test ${enableval} = "no"
 then
-       if test -d /home/vadve/criswell/Downloads/povray-3.50c
+       if test -d /home/vadve/shared/benchmarks/povray31
        then
-               AC_SUBST(POVRAY_ROOT,[/home/vadve/criswell/Downloads/povray-3.50c])
+               AC_SUBST(POVRAY_ROOT,[/home/vadve/shared/benchmarks/povray31])
                AC_SUBST(USE_POVRAY,[[USE_POVRAY=1]])
        else
                AC_SUBST(USE_POVRAY,[[]])
@@ -357,7 +357,7 @@ then
 else
        if test ${enableval} = ""
        then
-               AC_SUBST(POVRAY_ROOT,[/home/vadve/criswell/Downloads/povray-3.50c])
+               AC_SUBST(POVRAY_ROOT,[/home/vadve/shared/benchmarks/povray31])
        else
                AC_SUBST(POVRAY_ROOT,[${enableval}])
        fi