Skip to content

Commit

Permalink
Merge pull request nhorman#55 from ypl-coffee/config-delete-oudated-c…
Browse files Browse the repository at this point in the history
…omment

configure.ac: Delete outdated comment about -lreadline
  • Loading branch information
nhorman authored Dec 21, 2021
2 parents 1a3ab52 + 1565a81 commit fdd27de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ AC_CHECK_FUNCS(getopt_long)

PKG_CHECK_MODULES([LIBNL3], [libnl-3.0], [], [AC_MSG_ERROR([libnl-3.0 is required])])
PKG_CHECK_MODULES([LIBNLG3], [libnl-genl-3.0], [], [AC_MSG_ERROR([libnl-genl-3.0 is required])])
# Fallback on using -lreadline as readline.pc is only available since version 8.0
PKG_CHECK_MODULES([READLINE], [readline], [], [AC_MSG_ERROR([libreadline is required])])
PKG_CHECK_MODULES([LIBPCAP], [libpcap], [], [
AC_CHECK_LIB(pcap, pcap_open_live,[],
Expand Down

0 comments on commit fdd27de

Please sign in to comment.