aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Quartulli2023-07-25 08:58:40 +0200
committerGert Doering2023-07-25 09:05:21 +0200
commit2f0e7dd1444e3d29773c6b701f53afa4cadac970 (patch)
tree8f0338ad3fe3ceb2538a55fd13e9c15f51602903
parentb241e815f16bd566a4824d26f381e468917c822b (diff)
downloadopenvpn-2f0e7dd1444e3d29773c6b701f53afa4cadac970.zip
openvpn-2f0e7dd1444e3d29773c6b701f53afa4cadac970.tar.gz
configure.ac: fix typ0 in LIBCAPNG_CFALGS
Github: fixes OpenVPN/openvpn#371 Reported-by: Matt Whitlock <gentoo@mattwhitlock.name> Change-Id: Ic473fbc447741e54a9aac83c70bc4e6d87d91080 Signed-off-by: Antonio Quartulli <a@unstable.cc> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20230725065840.24568-1-a@unstable.cc> URL: https://www.mail-archive.com/search?l=mid&q=20230725065840.24568-1-a@unstable.cc Signed-off-by: Gert Doering <gert@greenie.muc.de> (cherry picked from commit bd95104a2b375f87eb37441d33c8e35bd1c19b1f)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67f680b..16c40bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
;;