817b039
--- ocaml-3.08.3/configure.opt	2005-05-08 19:00:34.000000000 -0400
817b039
+++ ocaml-3.08.3/configure	2005-05-08 19:54:50.000000000 -0400
817b039
@@ -1455,6 +1455,10 @@
817b039
     nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
817b039
 esac
817b039
 
817b039
+# Allow user defined C Compiler flags
817b039
+bytecccompopts="$bytecccompopts $CFLAGS"
817b039
+nativecccompopts="$nativecccompopts $CFLAGS"
817b039
+
817b039
 # Finish generated files
817b039
 
817b039
 cclibs="$cclibs $mathlib"