From 7317390a92124a63be1fc80c0b259d5535b0bd3c Mon Sep 17 00:00:00 2001 From: prascle Date: Tue, 13 Jan 2004 07:51:01 +0000 Subject: [PATCH] PR: BUG KERNEL4780 --- salome_adm/unix/config_files/check_sip.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salome_adm/unix/config_files/check_sip.m4 b/salome_adm/unix/config_files/check_sip.m4 index d66f84e6e..feecb0dde 100644 --- a/salome_adm/unix/config_files/check_sip.m4 +++ b/salome_adm/unix/config_files/check_sip.m4 @@ -44,12 +44,13 @@ else if test "x$sip_vers" = "xnew" then - if test -z ${SIPDIR}/include ; then + if test -d ${SIPDIR}/include ; then sip_ok=yes SIP_ROOT="$SIPDIR" SIP_INCLUDES="${PYTHON_INCLUDES} -I${SIPDIR}/include" SIP_LIBS="-L${SIPDIR}/lib -lsip" else + sip_ok=yes SIP_ROOT="$SIPDIR" SIP_INCLUDES="-I${SIPDIR}" SIP_LIBS="-L${SIPDIR} -lsip" -- 2.39.2