[PATCH 4/4] [configure]: remove regex detection in configure

Eric Pouech eric.pouech at orange.fr
Sun Jan 22 05:58:10 CST 2012


(we do provide our own now)

A+
---

 configure           |    1 -
 configure.ac        |    1 -
 include/config.h.in |    3 ---
 3 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/configure b/configure
index 7b3958b..b5a91dc 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 e5b3808..39ce607 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 \
diff --git a/include/config.h.in b/include/config.h.in
index 27c2783..dc1c189 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -656,9 +656,6 @@
 /* Define to 1 if you have the `readlink' function. */
 #undef HAVE_READLINK
 
-/* Define to 1 if you have the <regex.h> header file. */
-#undef HAVE_REGEX_H
-
 /* Define to 1 if the system has the type `request_sense'. */
 #undef HAVE_REQUEST_SENSE
 




More information about the wine-patches mailing list