[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Sat May 14 09:43:04 PDT 2005
Changes in directory llvm/autoconf:
configure.ac updated: 1.178 -> 1.179
---
Log message:
Changes for ffs lib call simplification:
* Check for availability of ffsll call in configure script
* Support ffs, ffsl, and ffsll conversion to constant value if the argument
is constant.
---
Diffs of the changes: (+2 -2)
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.178 llvm/autoconf/configure.ac:1.179
--- llvm/autoconf/configure.ac:1.178 Fri May 13 13:30:13 2005
+++ llvm/autoconf/configure.ac Sat May 14 11:42:52 2005
@@ -484,8 +484,8 @@
dnl===
dnl===-----------------------------------------------------------------------===
-AC_CHECK_FUNCS([backtrace getcwd getpagesize getrusage gettimeofday isatty ])
-AC_CHECK_FUNCS([mkdtemp mkstemp mktemp ])
+AC_CHECK_FUNCS([backtrace ffsll getcwd getpagesize getrusage gettimeofday ])
+AC_CHECK_FUNCS([isatty mkdtemp mkstemp mktemp ])
AC_CHECK_FUNCS([realpath sbrk setrlimit strdup strerror strerror_r ])
AC_CHECK_FUNCS([strtoll strtoq sysconf])
AC_C_PRINTF_A
More information about the llvm-commits
mailing list