[libvirt] [PATCH 4/7] configure: remove check for regex.h

Ján Tomko posted 7 patches 7 years, 4 months ago
[libvirt] [PATCH 4/7] configure: remove check for regex.h
Posted by Ján Tomko 7 years, 4 months ago
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 <jtomko@redhat.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2d2c783dc2..8e77a1c9d2 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 \
-- 
2.16.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 4/7] configure: remove check for regex.h
Posted by Erik Skultety 7 years, 4 months ago
On Tue, Sep 25, 2018 at 05:23:47PM +0200, Ján Tomko wrote:
> 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 <jtomko@redhat.com>
> ---
Reviewed-by: Erik Skultety <eskultet@redhat.com>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list