[PATCH 3/6] [configure]: remove regex detection in configure

Eric Pouech eric.pouech at orange.fr
Mon Jan 2 14:06:00 CST 2012


(we do provide our own now)

A+
---

 configure    |    1 -
 configure.ac |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/configure b/configure
index 804487f..831393e 100755
--- a/configure
+++ b/configure
@@ -5810,7 +5810,6 @@ for ac_header in \
 	process.h \
 	pthread.h \
 	pwd.h \
-	regex.h \
 	sched.h \
 	scsi/scsi.h \
 	scsi/scsi_ioctl.h \
diff --git a/configure.ac b/configure.ac
index 1a7b56f..a9e3abf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -447,7 +447,6 @@ AC_CHECK_HEADERS(\
 	process.h \
 	pthread.h \
 	pwd.h \
-	regex.h \
 	sched.h \
 	scsi/scsi.h \
 	scsi/scsi_ioctl.h \




More information about the wine-patches mailing list