configure: Remove regex detection.
This commit is contained in:
parent
f3107df576
commit
7c7c56e3bf
|
@ -5810,7 +5810,6 @@ for ac_header in \
|
||||||
process.h \
|
process.h \
|
||||||
pthread.h \
|
pthread.h \
|
||||||
pwd.h \
|
pwd.h \
|
||||||
regex.h \
|
|
||||||
sched.h \
|
sched.h \
|
||||||
scsi/scsi.h \
|
scsi/scsi.h \
|
||||||
scsi/scsi_ioctl.h \
|
scsi/scsi_ioctl.h \
|
||||||
|
|
|
@ -447,7 +447,6 @@ AC_CHECK_HEADERS(\
|
||||||
process.h \
|
process.h \
|
||||||
pthread.h \
|
pthread.h \
|
||||||
pwd.h \
|
pwd.h \
|
||||||
regex.h \
|
|
||||||
sched.h \
|
sched.h \
|
||||||
scsi/scsi.h \
|
scsi/scsi.h \
|
||||||
scsi/scsi_ioctl.h \
|
scsi/scsi_ioctl.h \
|
||||||
|
|
|
@ -656,9 +656,6 @@
|
||||||
/* Define to 1 if you have the `readlink' function. */
|
/* Define to 1 if you have the `readlink' function. */
|
||||||
#undef HAVE_READLINK
|
#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'. */
|
/* Define to 1 if the system has the type `request_sense'. */
|
||||||
#undef HAVE_REQUEST_SENSE
|
#undef HAVE_REQUEST_SENSE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue