Skip to content

Commit

Permalink
configure.ac: fix typ0 in LIBCAPNG_CFALGS
Browse files Browse the repository at this point in the history
Github: fixes #371

Reported-by: Matt Whitlock <[email protected]>
Change-Id: Ic473fbc447741e54a9aac83c70bc4e6d87d91080
Signed-off-by: Antonio Quartulli <[email protected]>
Acked-by: Gert Doering <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/search?l=mid&[email protected]
Signed-off-by: Gert Doering <[email protected]>
(cherry picked from commit bd95104)
  • Loading branch information
ordex authored and cron2 committed Jul 25, 2023
1 parent b241e81 commit 2f0e7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ case "$host" in
)
AC_CHECK_HEADER([sys/prctl.h],,[AC_MSG_ERROR([sys/prctl.h not found!])])

CFLAGS="${CFLAGS} ${LIBCAPNG_CFALGS}"
CFLAGS="${CFLAGS} ${LIBCAPNG_CFLAGS}"
LIBS="${LIBS} ${LIBCAPNG_LIBS}"
AC_DEFINE(HAVE_LIBCAPNG, 1, [Enable libcap-ng support])
;;
Expand Down

0 comments on commit 2f0e7dd

Please sign in to comment.