From 6dd799e195f2d8eee6c0dfe93f1e828ccd3cf30d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 20 Oct 2005 03:41:10 +0000 Subject: [PATCH] move HAVE_CRYPTOPP (maybe this should be WITH_CRYPTOPP, but I think autoconf's "with" and "have" distinction is too ambiguous anyway) --- stepmania/src/archutils/Unix/arch_setup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/archutils/Unix/arch_setup.h b/stepmania/src/archutils/Unix/arch_setup.h index 2e5f928b0e..05e7362297 100644 --- a/stepmania/src/archutils/Unix/arch_setup.h +++ b/stepmania/src/archutils/Unix/arch_setup.h @@ -5,6 +5,8 @@ #include #endif +#define HAVE_CRYPTOPP + // XXX: Maybe we should make sure we're using GCC first? // But if not, then what DO we use? #include "archutils/Common/gcc_byte_swaps.h"