summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2016-01-29 16:08:40 +0100
committerAilin Nemui <ailin@z30a.localdomain>2017-01-02 17:50:14 +0100
commitb5a727c87cf7db944ade9c6714385f1e8598d37e (patch)
tree990e04012c5e602507521a4262fb24a79e6838d7 /configure.ac
parent8e5db471e4d8b052f072ce8a351222c6edb42d19 (diff)
downloadirssi-b5a727c87cf7db944ade9c6714385f1e8598d37e.zip
Remove unused references to regex.h
Also remove the prototype for regex_match since it has been removed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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