Skip to content

Commit 1c5374a

Browse files
author
Rik
committed
configure.ac: Remove AC_CHECK_FUNC for pipe now that gnulib::pipe used.
* configure.ac: Remove AC_CHECK_FUNC for pipe after cset 7f3519e6194a.
1 parent 068422c commit 1c5374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ AC_CHECK_FUNCS([getegid geteuid getgid getgrent getgrgid getgrnam])
23002300
AC_CHECK_FUNCS([getpgrp getpid getppid getpwent getpwuid getuid])
23012301
AC_CHECK_FUNCS([isascii kill])
23022302
AC_CHECK_FUNCS([lgamma lgammaf lgamma_r lgammaf_r])
2303-
AC_CHECK_FUNCS([log1p log1pf pipe])
2303+
AC_CHECK_FUNCS([log1p log1pf])
23042304
AC_CHECK_FUNCS([realpath resolvepath roundl])
23052305
AC_CHECK_FUNCS([select setgrent setpwent siglongjmp strsignal])
23062306
AC_CHECK_FUNCS([tcgetattr tcsetattr tgammaf toascii])

0 commit comments

Comments
 (0)