]> 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:05:21 +0000 (09:05 +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>
(cherry picked from commit bd95104a2b375f87eb37441d33c8e35bd1c19b1f)

configure.ac

index 67f680b28e93b5d8a1566fe2bde8128e0a4c03b2..16c40bb58806ddcc5cc67dd516fdad5ff7b7df23 100644 (file)
@@ -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])
        ;;