[llvm-commits] CVS: llvm/autoconf/configure.ac

Brian Gaeke gaeke at cs.uiuc.edu
Fri Apr 2 23:29:53 PST 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.82 -> 1.83

---
Log message:

check for isatty function

---
Diffs of the changes:  (+1 -1)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.82 llvm/autoconf/configure.ac:1.83
--- llvm/autoconf/configure.ac:1.82	Thu Feb 26 14:22:59 2004
+++ llvm/autoconf/configure.ac	Fri Apr  2 15:06:44 2004
@@ -282,7 +282,7 @@
 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.





More information about the llvm-commits mailing list