]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Removed copying of configure files
authorabd <abd@opencascade.com>
Wed, 27 Jun 2007 12:54:44 +0000 (12:54 +0000)
committerabd <abd@opencascade.com>
Wed, 27 Jun 2007 12:54:44 +0000 (12:54 +0000)
Removed copying of pythonbe file

salome_adm/unix/config_files/check_omniorb.m4

index b59b6caea2438ff3031343766bd487110199605a..3ad61129a537b3e8f54e9e1a5d1e917058548a62 100644 (file)
@@ -188,7 +188,7 @@ if test "x$omniORB_ok" = "xyes"
 then
 
   OMNIORB_IDLCXXFLAGS="-Wba -nf -I${OMNIORB_ROOT}/idl"
-  OMNIORB_IDLPYFLAGS_1='-bpythonbe -p ${top_srcdir}/salome_adm/unix'
+  OMNIORB_IDLPYFLAGS_1='-bpython -p ${top_srcdir}/salome_adm/unix'
   OMNIORB_IDLPYFLAGS_2=" -I${OMNIORB_ROOT}/idl"
   OMNIORB_IDLPYFLAGS=${OMNIORB_IDLPYFLAGS_1}${OMNIORB_IDLPYFLAGS_2}