Skip to content

Commit

Permalink
Removed check for regcomp from dfxml_configure.m4, as nothing in dfxml
Browse files Browse the repository at this point in the history
uses regcomp and the check interferes with bulk_extractor's check for
regcomp.
  • Loading branch information
uckelman-sf committed Jun 9, 2016
1 parent a64c13d commit bdcc266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfxml_configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
AC_MSG_NOTICE([Including dfxml_configure.m4 from dfxml])
AC_MSG_NOTICE([Note: checks for afflib/afflib.h and libewf.h should be in the caller, so they can be disabled])
AC_CHECK_HEADERS([err.h expat.h pwd.h sys/cdefs.h sys/mman.h sys/resource.h sys/utsname.h unistd.h winsock2.h ])
AC_CHECK_FUNCS([fork gmtime_r getuid gethostname getpwuid getrusage mkstemp vasprintf regcomp ])
AC_CHECK_FUNCS([fork gmtime_r getuid gethostname getpwuid getrusage mkstemp vasprintf ])

AC_LANG_PUSH(C++)
AC_CHECK_HEADERS([exiv2/image.hpp])
Expand Down

0 comments on commit bdcc266

Please sign in to comment.