23ad026
--- ocaml-3.10.0/configure.opt	2007-06-02 16:50:12.000000000 +0200
23ad026
+++ ocaml-3.10.0/configure	2007-06-02 16:50:34.000000000 +0200
23ad026
@@ -1425,6 +1425,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"