]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
configure.ac: fix typ0 in LIBCAPNG_CFALGS
authorAntonio Quartulli <a@unstable.cc>
Tue, 25 Jul 2023 06:58:40 +0000 (08:58 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 25 Jul 2023 07:02:05 +0000 (09:02 +0200)
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>
configure.ac

index 5ab1d0dfb6734998dad65273f1e09bb690a8e686..2f65cbd531460f8a1f5fbb97e4edcae9240de657 100644 (file)
@@ -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])
        ;;