c99809b
From 2f93494aea56c9216bb561800a6861b653f409ce Mon Sep 17 00:00:00 2001
a071122
From: "Richard W.M. Jones" <rjones@redhat.com>
a071122
Date: Tue, 29 May 2012 20:44:18 +0100
22d2d1d
Subject: [PATCH 03/10] configure: Allow user defined C compiler flags.
a071122
a071122
---
ed0c3aa
 configure | 4 ++++
963a64f
 1 file changed, 4 insertions(+)
a071122
a071122
diff --git a/configure b/configure
c99809b
index f43893a..41c9315 100755
a071122
--- a/configure
a071122
+++ b/configure
22dd712
@@ -1901,6 +1901,10 @@ if $with_fpic; then
22dd712
   echo "#define CAML_WITH_FPIC" >> m.h
22dd712
 fi
a071122
 
a071122
+# Allow user defined C Compiler flags
a071122
+bytecccompopts="$bytecccompopts $CFLAGS"
a071122
+nativecccompopts="$nativecccompopts $CFLAGS"
a071122
+
a071122
 # Finish generated files
a071122
 
a071122
 cclibs="$cclibs $mathlib"
a071122
-- 
22dd712
2.9.3
a071122