mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 04:51:11 -05: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
@ -21,7 +21,7 @@ AC_PATH_PROG(perlpath, perl)
|
|||||||
AC_CHECK_HEADERS(unistd.h dirent.h sys/ioctl.h sys/resource.h)
|
AC_CHECK_HEADERS(unistd.h dirent.h sys/ioctl.h sys/resource.h)
|
||||||
|
|
||||||
# check posix headers..
|
# 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
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user