From: eap Date: Fri, 24 Mar 2006 06:22:16 +0000 (+0000) Subject: "specific SALOME for ALLIANCES". Fix SIP_INCLUDES (add missing -I) X-Git-Tag: T2_2_9pre~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5b23664bc69a2b46d60058b69a28098658e68a64;p=modules%2Fkernel.git "specific SALOME for ALLIANCES". Fix SIP_INCLUDES (add missing -I) --- diff --git a/salome_adm/unix/config_files/check_sip.m4 b/salome_adm/unix/config_files/check_sip.m4 index 245f2382e..5640f727d 100644 --- a/salome_adm/unix/config_files/check_sip.m4 +++ b/salome_adm/unix/config_files/check_sip.m4 @@ -80,7 +80,7 @@ else if test -d /usr/include/python${PYTHON_VERSION} ; then AC_CHECK_FILE(/usr/include/python${PYTHON_VERSION}/sip.h,sip_ok=yes,sip_ok=no) if test "x$sip_ok" == "xyes" ; then - SIP_INCLUDES="/usr/include/python${PYTHON_VERSION}" + SIP_INCLUDES="-I/usr/include/python${PYTHON_VERSION}" fi fi fi