"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Evan Silberman <evan@jklol.net>
Subject:
portable: fix typo in configure.ac
To:
gameoftrees@openbsd.org
Date:
Thu, 30 Sep 2021 16:04:16 -0700

Download raw body.

Thread
Checked out the head of -portable today to start trying to build it on
macOS, under the assumption that since Linux and FreeBSD are merged I
stand a chance of making progress without knowing what I'm doing. (So
far: kind of.)

Anyway, here's a typo.

diff --git a/configure.ac b/configure.ac
index febc60ec..ba66160d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,7 +197,7 @@ PKG_CHECK_MODULES(
 	LIBCRYPTO,
 	libcrypto,
 	[
-	 	AM_CFLAGS="$LIBCRYTPO_CFLAGS $AM_CFLAGS"
+		AM_CFLAGS="$LIBCRYPTO_CFLAGS $AM_CFLAGS"
 		CFLAGS="$AM_CFLAGS $SAVED_CFLAGS"
 		LIBS="$LIBCRYPTO_LIBS $LIBS"
 		found_libcrypto=yes