Salome HOME
CCAR: add -nf option to omniidl -bpython
authorcaremoli <caremoli>
Mon, 11 Oct 2010 07:08:36 +0000 (07:08 +0000)
committercaremoli <caremoli>
Mon, 11 Oct 2010 07:08:36 +0000 (07:08 +0000)
salome_adm/unix/config_files/check_omniorb.m4

index 3590669be233b5be4f1e8e4f2777301b59c087d7..fd381029e1c9613025f277e26b9204615ec14d0a 100644 (file)
@@ -210,7 +210,7 @@ if test "x$omniORB_ok" = "xyes"
 then
 
   OMNIORB_IDLCXXFLAGS="-Wba -nf -I${OMNIORB_ROOT}/idl"
-  OMNIORB_IDLPYFLAGS_1='-bpython'
+  OMNIORB_IDLPYFLAGS_1='-bpython -nf '
   OMNIORB_IDLPYFLAGS_2=" -I${OMNIORB_ROOT}/idl"
   OMNIORB_IDLPYFLAGS=${OMNIORB_IDLPYFLAGS_1}${OMNIORB_IDLPYFLAGS_2}