[lbtt] Remove a useless configure check.

* configure.ac: Do not check for mkstemp(), it is not used.
This commit is contained in:
Alexandre Duret-Lutz 2012-04-27 11:44:33 +02:00
parent dfcaed034e
commit 907ba16bfa
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-04-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* configure.ac: Do not check for mkstemp(), it is not used.
2010-04-07 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-04-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Accept W and M in lbtt-translate --spot. Accept W and M in lbtt-translate --spot.

View file

@ -145,7 +145,7 @@ AC_C_INLINE
# Checks for library functions. # Checks for library functions.
AC_CHECK_FUNCS( AC_CHECK_FUNCS(
[strchr strtod strtol strtoul strerror mkdir mkstemp open read write close popen pclose pipe fork execvp getpgrp setpgid tcgetpgrp tcsetpgrp getpid waitpid alarm sigaction sigprocmask sigemptyset sigaddset times sysconf], [strchr strtod strtol strtoul strerror mkdir open read write close popen pclose pipe fork execvp getpgrp setpgid tcgetpgrp tcsetpgrp getpid waitpid alarm sigaction sigprocmask sigemptyset sigaddset times sysconf],
[], [],
[AC_MSG_ERROR([missing one of the library functions required for compilation])]) [AC_MSG_ERROR([missing one of the library functions required for compilation])])
AC_CHECK_FUNCS([strsignal isatty getopt_long]) AC_CHECK_FUNCS([strsignal isatty getopt_long])