Skip to content

Commit

Permalink
remove code to link in libpcre
Browse files Browse the repository at this point in the history
Please enter the commit message for your changes. Lines starting
  • Loading branch information
rockowitz committed Nov 24, 2021
1 parent 313c176 commit 3882223
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,6 @@ required_packages="$required_packages glib-2.0 >= 2.32"
PKG_CHECK_MODULES(KMOD, libkmod)
required_packages="$required_packages kmod"

PKG_CHECK_MODULES(PCRE, libpcre)
required_packages="$required_packages pcre"

AS_IF( [test "x$enable_udev" = "xyes"],
[ PKG_CHECK_MODULES(UDEV, libudev,
[ libudev_found=1],
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ libcommon_la_LIBADD += \
$(GLIB_LIBS) \
$(UDEV_LIBS) \
$(LIBUSB_LIBS) \
$(PCRE_LIBS) \
$(KMOD_LIBS)

libcommon_la_LIBADD += -li2c
Expand Down

0 comments on commit 3882223

Please sign in to comment.