mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Remove unused references to regex.h
Also remove the prototype for regex_match since it has been removed.
This commit is contained in:
parent
8e5db471e4
commit
b5a727c87c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ AC_PATH_PROG(perlpath, perl)
|
|||
AC_CHECK_HEADERS(unistd.h dirent.h sys/ioctl.h sys/resource.h)
|
||||
|
||||
# check posix headers..
|
||||
AC_CHECK_HEADERS(sys/socket.h sys/time.h sys/utsname.h regex.h)
|
||||
AC_CHECK_HEADERS(sys/socket.h sys/time.h sys/utsname.h)
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue