Now that things are building on unix, working on cygwin again

This commit is contained in:
bdc 2001-02-25 21:44:23 +00:00
parent a67626ddca
commit 99ddaa2744
2 changed files with 5 additions and 5 deletions

6
configure vendored
View File

@ -955,7 +955,7 @@ else
int main() { int main() {
/* Ultrix mips cc rejects this. */ /* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x = {0,0}; typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */ /* SunOS 4.1.1 cc rejects this. */
char const *const *ccp; char const *const *ccp;
char **p; char **p;
@ -2429,8 +2429,8 @@ EOF
CFLAGS1=${CFLAGS} CFLAGS1=${CFLAGS}
if test ! $HAVE_WINDOWS_H = ""; then if grep -c HAVE_WINDOWS_H confdefs.h > /dev/null; then
SCSHODBCOBJS="ODBCOBJS" SCSHODBCOBJS="\$(ODBCOBJS)"
fi fi

View File

@ -371,8 +371,8 @@ SCSH_CONST_SYS_ERRLIST
CFLAGS1=${CFLAGS} CFLAGS1=${CFLAGS}
if test ! $HAVE_WINDOWS_H = ""; then if grep -c HAVE_WINDOWS_H confdefs.h > /dev/null; then
SCSHODBCOBJS="ODBCOBJS" SCSHODBCOBJS="\$(ODBCOBJS)"
fi fi
AC_SUBST(AIX_P) AC_SUBST(AIX_P)