From 7c7c56e3bf752f5472e35e1540a75b787c8d2b07 Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Sun, 22 Jan 2012 12:58:10 +0100 Subject: [PATCH] configure: Remove regex detection. --- configure | 1 - configure.ac | 1 - include/config.h.in | 3 --- 3 files changed, 5 deletions(-) diff --git a/configure b/configure index ae531d0484f..fa17bcc3810 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 c9f6a63c91f..5810111d56d 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 27c2783b7ae..dc1c1897890 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 header file. */ -#undef HAVE_REGEX_H - /* Define to 1 if the system has the type `request_sense'. */ #undef HAVE_REQUEST_SENSE