aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-05-05 20:24:38 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-05-05 20:24:38 -0400
commit9252b8eec27bbefbeae9d60d8cd4f6b8be80b861 (patch)
treee679037f82acecca27b587281f79d5fa6c16cc7f
parenta1c287a3836ff47e7ea01c82aceba75f15ba7c91 (diff)
downloadpostgresql-9252b8eec27bbefbeae9d60d8cd4f6b8be80b861.tar.gz
postgresql-9252b8eec27bbefbeae9d60d8cd4f6b8be80b861.zip
Run autoconf in wake of commit a692ee5870f0f442565b4c4bff367094599e9bdf.
Heikki updated configure.in but evidently forgot to include the updated configure script in the commit. Per buildfarm.
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 9953389a233..632d69d5917 100755
--- a/configure
+++ b/configure
@@ -11667,6 +11667,12 @@ esac
esac
case " $LIBOBJS " in
+ *" system.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS system.$ac_objext"
+ ;;
+esac
+
+ case " $LIBOBJS " in
*" win32env.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS win32env.$ac_objext"
;;