File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# Macros to detect C compiler features
2- # $PostgreSQL: pgsql/config/c-compiler.m4,v 1.11 2003/11/29 19:51:17 pgsql Exp $
2+ # $PostgreSQL: pgsql/config/c-compiler.m4,v 1.12 2004/02/02 04:07:18 tgl Exp $
33
44
55# PGAC_C_SIGNED
146146CFLAGS=$pgac_save_CFLAGS
147147] )
148148
149- if test "$ac_env_CFLAGS_set " != set ; then
149+ if test x"$pgac_cv_prog_cc_no_strict_aliasing " != x"" ; then
150150 CFLAGS="$CFLAGS $pgac_cv_prog_cc_no_strict_aliasing"
151151fi] ) # PGAC_PROG_CC_NO_STRICT_ALIASING
152152
Original file line number Diff line number Diff line change 24882488echo "$as_me:$LINENO: result: $pgac_cv_prog_cc_no_strict_aliasing" >&5
24892489echo "${ECHO_T}$pgac_cv_prog_cc_no_strict_aliasing" >&6
24902490
2491- if test "$ac_env_CFLAGS_set " != set ; then
2491+ if test x"$pgac_cv_prog_cc_no_strict_aliasing " != x"" ; then
24922492 CFLAGS="$CFLAGS $pgac_cv_prog_cc_no_strict_aliasing"
24932493fi
24942494
@@ -2502,7 +2502,7 @@ echo "$as_me: using CFLAGS=$CFLAGS" >&6;}
25022502
25032503# We already have this in Makefile.win32, but configure needs it too
25042504if test "$PORTNAME" = "win32"; then
2505- CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND "
2505+ CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
25062506fi
25072507
25082508# Check if the compiler still works with the template settings
@@ -12079,7 +12079,6 @@ esac
1207912079case $host_os in mingw*)
1208012080LIBOBJS="$LIBOBJS dirmod.$ac_objext"
1208112081LIBOBJS="$LIBOBJS copydir.$ac_objext"
12082- LIBOBJS="$LIBOBJS rand.$ac_objext"
1208312082LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
1208412083LIBOBJS="$LIBOBJS pipe.$ac_objext" ;;
1208512084esac
You can’t perform that action at this time.
0 commit comments