From: caremoli Date: Mon, 4 Feb 2008 10:27:11 +0000 (+0000) Subject: CCAR: remove -p option to omniidl for python (no more need) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=40d238e6af98dc4b511b0ace5e1a83a71aba044e;p=modules%2Fkernel.git CCAR: remove -p option to omniidl for python (no more need) --- diff --git a/salome_adm/unix/config_files/check_omniorb.m4 b/salome_adm/unix/config_files/check_omniorb.m4 index aed2bcad4..0f6d198a9 100644 --- a/salome_adm/unix/config_files/check_omniorb.m4 +++ b/salome_adm/unix/config_files/check_omniorb.m4 @@ -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}