]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: remove -p option to omniidl for python (no more need)
authorcaremoli <caremoli>
Mon, 4 Feb 2008 10:27:11 +0000 (10:27 +0000)
committercaremoli <caremoli>
Mon, 4 Feb 2008 10:27:11 +0000 (10:27 +0000)
salome_adm/unix/config_files/check_omniorb.m4

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