Module: wine Branch: master Commit: 7c7c56e3bf752f5472e35e1540a75b787c8d2b07 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7c7c56e3bf752f5472e35e1540...
Author: Eric Pouech eric.pouech@orange.fr Date: Sun Jan 22 12:58:10 2012 +0100
configure: Remove regex detection.
---
configure | 1 - configure.ac | 1 - include/config.h.in | 3 --- 3 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/configure b/configure index ae531d0..fa17bcc 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 c9f6a63..5810111 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