[lbtt] Remove a useless configure check.
* configure.ac: Do not check for mkstemp(), it is not used.
This commit is contained in:
parent
dfcaed034e
commit
907ba16bfa
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue