From: prascle Date: Tue, 13 Jan 2004 07:51:01 +0000 (+0000) Subject: PR: BUG KERNEL4780 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7317390a92124a63be1fc80c0b259d5535b0bd3c;p=modules%2Fkernel.git PR: BUG KERNEL4780 --- 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"