From 5b23664bc69a2b46d60058b69a28098658e68a64 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 24 Mar 2006 06:22:16 +0000 Subject: [PATCH] "specific SALOME for ALLIANCES". Fix SIP_INCLUDES (add missing -I) --- salome_adm/unix/config_files/check_sip.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2