Now that things are building on unix, working on cygwin again
This commit is contained in:
parent
a67626ddca
commit
99ddaa2744
|
@ -955,7 +955,7 @@ else
|
|||
int main() {
|
||||
|
||||
/* 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. */
|
||||
char const *const *ccp;
|
||||
char **p;
|
||||
|
@ -2429,8 +2429,8 @@ EOF
|
|||
|
||||
CFLAGS1=${CFLAGS}
|
||||
|
||||
if test ! $HAVE_WINDOWS_H = ""; then
|
||||
SCSHODBCOBJS="ODBCOBJS"
|
||||
if grep -c HAVE_WINDOWS_H confdefs.h > /dev/null; then
|
||||
SCSHODBCOBJS="\$(ODBCOBJS)"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -371,8 +371,8 @@ SCSH_CONST_SYS_ERRLIST
|
|||
|
||||
CFLAGS1=${CFLAGS}
|
||||
|
||||
if test ! $HAVE_WINDOWS_H = ""; then
|
||||
SCSHODBCOBJS="ODBCOBJS"
|
||||
if grep -c HAVE_WINDOWS_H confdefs.h > /dev/null; then
|
||||
SCSHODBCOBJS="\$(ODBCOBJS)"
|
||||
fi
|
||||
|
||||
AC_SUBST(AIX_P)
|
||||
|
|
Loading…
Reference in New Issue