diff options
author | LemonBoy <thatlemon@gmail.com> | 2016-01-29 16:08:40 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-01-02 17:50:14 +0100 |
commit | b5a727c87cf7db944ade9c6714385f1e8598d37e (patch) | |
tree | 990e04012c5e602507521a4262fb24a79e6838d7 | |
parent | 8e5db471e4d8b052f072ce8a351222c6edb42d19 (diff) | |
download | irssi-b5a727c87cf7db944ade9c6714385f1e8598d37e.zip |
Remove unused references to regex.h
Also remove the prototype for regex_match since it has been removed.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf87f5aa..7eb1bfe1 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |