1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Remove unused references to regex.h

Also remove the prototype for regex_match since it has been removed.
This commit is contained in:
LemonBoy 2016-01-29 16:08:40 +01:00 committed by Ailin Nemui
parent 8e5db471e4
commit b5a727c87c

View File

@ -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