From 6bf4f8868cd1681a795b2f2cb87d3f86fa33c04a Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Tue, 3 Apr 2012 16:56:23 +0200
Subject: OpenSSL uses long long.  We use -pedantic.  Add -Wno-long-long.

Closes RADSECPROXY-34.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a74a054..8438bcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ case "${target_os}" in
     TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
     ;;
   *)
-    TARGET_CFLAGS="-Wall -pedantic -pthread"
+    TARGET_CFLAGS="-Wall -pedantic -Wno-long-long -pthread"
     TARGET_LDFLAGS=""
   esac
 dnl Adding enabled options
-- 
cgit v1.1