diff options
Diffstat (limited to 'devel/imake-4/scripts/configure')
-rw-r--r-- | devel/imake-4/scripts/configure | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/imake-4/scripts/configure b/devel/imake-4/scripts/configure index a7d082d5b3f1..9dd35d5a285c 100644 --- a/devel/imake-4/scripts/configure +++ b/devel/imake-4/scripts/configure @@ -23,11 +23,9 @@ if [ $OSVERSION -ge 300000 -a X$HasSecureRPC != "X" ]; then echo "#endif" >> $F fi if [ X$HasXdmAuth != "X" ]; then - if [ -f $WRKDIR/xc/lib/Xdmcp/Wraphelp.c -o -f $DISTDIR/xc/Wraphelp.c ]; then - echo "#ifndef HasXdmAuth" >> $F - echo "#define HasXdmAuth $HasXdmAuth" >> $F - echo "#endif" >> $F - fi + echo "#ifndef HasXdmAuth" >> $F + echo "#define HasXdmAuth $HasXdmAuth" >> $F + echo "#endif" >> $F fi if [ $OSVERSION -ge 310000 -a X$HasPam != "X" ]; then echo "#ifndef HasPam" >> $F |