aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAntonio Quartulli2023-07-25 08:58:40 +0200
committerGert Doering2023-07-25 09:02:05 +0200
commitbd95104a2b375f87eb37441d33c8e35bd1c19b1f (patch)
tree84f79d5da58efd1c371202ed1096cad83df8d30b /configure.ac
parent3abfc0fb5ea522fb5fc45fddbf35c3cc5c8e9ef1 (diff)
downloadopenvpn-bd95104a2b375f87eb37441d33c8e35bd1c19b1f.zip
openvpn-bd95104a2b375f87eb37441d33c8e35bd1c19b1f.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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5ab1d0d..2f65cbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -869,7 +869,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])
;;