Define name fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-04-02 17:24:43 +00:00
parent eb4c24992d
commit 94900dbfb5
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -2310,10 +2310,10 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS=1"
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS_H=1"
else
echo "$ac_t""no" 1>&6
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS=0"
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS_H=0"
fi
done

View file

@ -127,8 +127,8 @@ CPPFLAGS="${CPPFLAGS} ${X_INCLUDE}"
AC_HAVE_HEADERS(DPS/dpsclient.h, DPS_DEFINE=' -DHAVE_DPS_CLIENT_H=0',
DPS_DEFINE=' -DHAVE_DPS_CLIENT_H=0')
AC_HAVE_HEADERS(DPS/dpsNXargs.h,
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS=1",
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS=0")
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS_H=1",
DPS_DEFINE="$DPS_DEFINE -DHAVE_DPS_DPSNXARGS_H=0")
# Restore back to the original
CPPFLAGS=${ORIG_CPPFLAGS}