From: Ján Tomko Date: Tue, 25 Sep 2018 14:57:08 +0000 (+0200) Subject: configure: remove check for regex.h X-Git-Tag: v4.9.0-rc1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f14f13c3dc5c6cc1502ef4f47bb6fdd35955b1c;p=thirdparty%2Flibvirt.git configure: remove check for regex.h Introduced by: commit 542039fab09bd46f419702667cd342ae8f88b498 Fully support mingw builds Made redundant by: commit ec8a2d0327ee214111bca04c39ab61a9fc247f28 regex: gnulib guarantees that we have regex support Signed-off-by: Ján Tomko Reviewed-by: Erik Skultety --- diff --git a/configure.ac b/configure.ac index d09238a8e5..3d62a02dc6 100644 --- a/configure.ac +++ b/configure.ac @@ -360,7 +360,6 @@ AC_CHECK_HEADERS([\ net/ethernet.h \ netinet/tcp.h \ pwd.h \ - regex.h \ stdarg.h \ syslog.h \ sys/mount.h \